Table of Contents

Class DocumentDataExtractorConfiguration

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

Constructors

DocumentDataExtractorConfiguration()

public DocumentDataExtractorConfiguration()

DocumentDataExtractorConfiguration(ResultAccumulationConfiguration, IList<string>, IList<DocumentDataExtractorConfigurationElement>, bool, DocumentTrustMode)

public DocumentDataExtractorConfiguration(ResultAccumulationConfiguration resultAccumulationConfig, IList<string> fieldExcludeList, IList<DocumentDataExtractorConfigurationElement> configurations, bool returnCrops, DocumentTrustMode documentTrustMode)

Parameters

resultAccumulationConfig ResultAccumulationConfiguration
fieldExcludeList IList<string>
configurations IList<DocumentDataExtractorConfigurationElement>
returnCrops bool
documentTrustMode DocumentTrustMode

DocumentDataExtractorConfiguration(JSONObject)

public DocumentDataExtractorConfiguration(JSONObject json)

Parameters

json JSONObject

DocumentDataExtractorConfiguration(IDictionary<string, Object>)

public DocumentDataExtractorConfiguration(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Properties

Configurations

public IList<DocumentDataExtractorConfigurationElement> Configurations { get; set; }

Property Value

IList<DocumentDataExtractorConfigurationElement>

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

DocumentTrustMode

public DocumentTrustMode DocumentTrustMode { get; set; }

Property Value

DocumentTrustMode

FieldExcludeList

public IList<string> FieldExcludeList { get; set; }

Property Value

IList<string>

ResultAccumulationConfig

public ResultAccumulationConfiguration ResultAccumulationConfig { get; set; }

Property Value

ResultAccumulationConfiguration

ReturnCrops

public bool ReturnCrops { get; set; }

Property Value

bool

Methods

Component1()

public ResultAccumulationConfiguration Component1()

Returns

ResultAccumulationConfiguration

Component2()

public IList<string> Component2()

Returns

IList<string>

Component3()

public IList<DocumentDataExtractorConfigurationElement> Component3()

Returns

IList<DocumentDataExtractorConfigurationElement>

Component4()

public bool Component4()

Returns

bool

Component5()

public DocumentTrustMode Component5()

Returns

DocumentTrustMode

Copy(ResultAccumulationConfiguration, IList<string>, IList<DocumentDataExtractorConfigurationElement>, bool, DocumentTrustMode)

public DocumentDataExtractorConfiguration Copy(ResultAccumulationConfiguration resultAccumulationConfig, IList<string> fieldExcludeList, IList<DocumentDataExtractorConfigurationElement> configurations, bool returnCrops, DocumentTrustMode documentTrustMode)

Parameters

resultAccumulationConfig ResultAccumulationConfiguration
fieldExcludeList IList<string>
configurations IList<DocumentDataExtractorConfigurationElement>
returnCrops bool
documentTrustMode DocumentTrustMode

Returns

DocumentDataExtractorConfiguration

Default()

public static DocumentDataExtractorConfiguration Default()

Returns

DocumentDataExtractorConfiguration

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