Class TextPatternScannerActivity.Result
- Namespace
- IO.Scanbot.Sdk.UI.View.Textpattern
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class TextPatternScannerActivity.Result : Object, IScanbotActivityResult, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
TextPatternScannerActivity.Result
- Implements
-
Constructors
Result(int, IList<TextPatternScannerStepResult>, bool, bool)
public Result(int resultCode, IList<TextPatternScannerStepResult> result, bool isLicenseInvalid, bool sdkIsNotInitialized)
Parameters
resultCode
int
result
IList<TextPatternScannerStepResult>
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()
Returns
- int
Component2()
public IList<TextPatternScannerStepResult> Component2()
Returns
- IList<TextPatternScannerStepResult>
Component3()
Returns
- bool
Component4()
Returns
- bool
Copy(int, IList<TextPatternScannerStepResult>, bool, bool)
public TextPatternScannerActivity.Result Copy(int resultCode, IList<TextPatternScannerStepResult> result, bool isLicenseInvalid, bool sdkIsNotInitialized)
Parameters
resultCode
int
result
IList<TextPatternScannerStepResult>
isLicenseInvalid
bool
sdkIsNotInitialized
bool
Returns
- TextPatternScannerActivity.Result
GetResult()
public IList<TextPatternScannerStepResult> GetResult()
Returns
- IList<TextPatternScannerStepResult>