Table of Contents

Class CheckScannerConfiguration

Namespace
IO.Scanbot.Sdk.Check
Assembly
DocumentSDK.NET.Droid.dll
public sealed class CheckScannerConfiguration : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
CheckScannerConfiguration
Implements

Constructors

CheckScannerConfiguration()

public CheckScannerConfiguration()

CheckScannerConfiguration(CheckDocumentDetectionMode, IList<CheckStandard>)

public CheckScannerConfiguration(CheckDocumentDetectionMode documentDetectionMode, IList<CheckStandard> acceptedCheckStandards)

Parameters

documentDetectionMode CheckDocumentDetectionMode
acceptedCheckStandards IList<CheckStandard>

CheckScannerConfiguration(JSONObject)

public CheckScannerConfiguration(JSONObject json)

Parameters

json JSONObject

CheckScannerConfiguration(IDictionary<string, Object>)

public CheckScannerConfiguration(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Properties

AcceptedCheckStandards

public IList<CheckStandard> AcceptedCheckStandards { get; set; }

Property Value

IList<CheckStandard>

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

DocumentDetectionMode

public CheckDocumentDetectionMode DocumentDetectionMode { get; set; }

Property Value

CheckDocumentDetectionMode

Methods

Component1()

public CheckDocumentDetectionMode Component1()

Returns

CheckDocumentDetectionMode

Component2()

public IList<CheckStandard> Component2()

Returns

IList<CheckStandard>

Copy(CheckDocumentDetectionMode, IList<CheckStandard>)

public CheckScannerConfiguration Copy(CheckDocumentDetectionMode documentDetectionMode, IList<CheckStandard> acceptedCheckStandards)

Parameters

documentDetectionMode CheckDocumentDetectionMode
acceptedCheckStandards IList<CheckStandard>

Returns

CheckScannerConfiguration

Default()

public static CheckScannerConfiguration Default()

Returns

CheckScannerConfiguration

DescribeContents()

public int DescribeContents()

Returns

int

ToJson(ToJsonConfiguration)

public JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags