Table of Contents

Class GenericDocumentRecognizerActivity.GenericDocumentRecognizerActivityResult

Namespace
IO.Scanbot.Sdk.UI.View.Genericdocument
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/genericdocument/GenericDocumentRecognizerActivity$Result", DoNotGenerateAcw = true)]
public sealed class GenericDocumentRecognizerActivity.GenericDocumentRecognizerActivityResult : Object, IScanbotActivityResult, IJavaObject, IJavaPeerable, IDisposable
Inheritance
GenericDocumentRecognizerActivity.GenericDocumentRecognizerActivityResult
Implements
Inherited Members

Constructors

GenericDocumentRecognizerActivityResult(int, IList<ResultWrapper>, bool, bool)

[Register(".ctor", "(ILjava/util/List;ZZ)V", "")]
public GenericDocumentRecognizerActivityResult(int resultCode, IList<ResultWrapper> result, bool isLicenseInvalid, bool sdkIsNotInitialized)

Parameters

resultCode int
result IList<ResultWrapper>
isLicenseInvalid bool
sdkIsNotInitialized bool

Properties

IsLicenseInvalid

public bool IsLicenseInvalid { get; }

Property Value

bool

ResultCode

public int ResultCode { get; }

Property Value

int

ResultOk

public bool ResultOk { get; }

Property Value

bool

SdkIsNotInitialized

public bool SdkIsNotInitialized { get; }

Property Value

bool

Methods

Component1()

[Register("component1", "()I", "")]
public int Component1()

Returns

int

Component2()

[Register("component2", "()Ljava/util/List;", "")]
public IList<ResultWrapper> Component2()

Returns

IList<ResultWrapper>

Component3()

[Register("component3", "()Z", "")]
public bool Component3()

Returns

bool

Component4()

[Register("component4", "()Z", "")]
public bool Component4()

Returns

bool

Copy(int, IList<ResultWrapper>, bool, bool)

[Register("copy", "(ILjava/util/List;ZZ)Lio/scanbot/sdk/ui/view/genericdocument/GenericDocumentRecognizerActivity$Result;", "")]
public GenericDocumentRecognizerActivity.GenericDocumentRecognizerActivityResult Copy(int resultCode, IList<ResultWrapper> result, bool isLicenseInvalid, bool sdkIsNotInitialized)

Parameters

resultCode int
result IList<ResultWrapper>
isLicenseInvalid bool
sdkIsNotInitialized bool

Returns

GenericDocumentRecognizerActivity.GenericDocumentRecognizerActivityResult