Table of Contents

Class DocumentDataExtractorCommonConfiguration

Namespace
IO.Scanbot.Sdk.Documentdata
Assembly
DocumentSDK.NET.Droid.dll
public sealed class DocumentDataExtractorCommonConfiguration : DocumentDataExtractorConfigurationElement, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
DocumentDataExtractorCommonConfiguration
Implements
Inherited Members

Constructors

DocumentDataExtractorCommonConfiguration()

public DocumentDataExtractorCommonConfiguration()

DocumentDataExtractorCommonConfiguration(JSONObject)

public DocumentDataExtractorCommonConfiguration(JSONObject json)

Parameters

json JSONObject

DocumentDataExtractorCommonConfiguration(IDictionary<string, Object>)

public DocumentDataExtractorCommonConfiguration(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

DocumentDataExtractorCommonConfiguration(IList<string>)

public DocumentDataExtractorCommonConfiguration(IList<string> acceptedDocumentTypes)

Parameters

acceptedDocumentTypes IList<string>

Properties

AcceptedDocumentTypes

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

Property Value

IList<string>

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Methods

Component1()

public IList<string> Component1()

Returns

IList<string>

Copy(IList<string>)

public DocumentDataExtractorCommonConfiguration Copy(IList<string> acceptedDocumentTypes)

Parameters

acceptedDocumentTypes IList<string>

Returns

DocumentDataExtractorCommonConfiguration

Default()

public static DocumentDataExtractorCommonConfiguration Default()

Returns

DocumentDataExtractorCommonConfiguration

DescribeContents()

public override int DescribeContents()

Returns

int

Get_type()

public override string Get_type()

Returns

string

ToJson(ToJsonConfiguration)

public override JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

public override void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags