Table of Contents

Class TextDataScannerActivity.TextDataScannerActivityResult

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

Constructors

TextDataScannerActivityResult(int, IList<TextDataScannerStepResult>, bool, bool)

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

Parameters

resultCode int
result IList<TextDataScannerStepResult>
isLicenseInvalid bool
sdkIsNotInitialized bool

Properties

IsLicenseInvalid

public bool IsLicenseInvalid { get; }

Property Value

bool

Result

public IList<TextDataScannerStepResult> Result { get; }

Property Value

IList<TextDataScannerStepResult>

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<TextDataScannerStepResult> Component2()

Returns

IList<TextDataScannerStepResult>

Component3()

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

Returns

bool

Component4()

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

Returns

bool

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

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

Parameters

resultCode int
result IList<TextDataScannerStepResult>
isLicenseInvalid bool
sdkIsNotInitialized bool

Returns

TextDataScannerActivity.TextDataScannerActivityResult