Table of Contents

Class DocumentDataExtractorConfigurationElement

Namespace
IO.Scanbot.Sdk.Documentdata
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/documentdata/DocumentDataExtractorConfigurationElement", DoNotGenerateAcw = true)]
public abstract class DocumentDataExtractorConfigurationElement : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
DocumentDataExtractorConfigurationElement
Implements
Derived
Inherited Members

Constructors

DocumentDataExtractorConfigurationElement(nint, JniHandleOwnership)

protected DocumentDataExtractorConfigurationElement(nint javaReference, JniHandleOwnership transfer)

Parameters

javaReference nint
transfer JniHandleOwnership

Methods

AutoFocusConfiguration()

[Register("autoFocusConfiguration", "()Lio/scanbot/sdk/documentdata/AutoFocusConfiguration;", "")]
public static AutoFocusConfiguration AutoFocusConfiguration()

Returns

AutoFocusConfiguration

DateValidationConfiguration(string)

[Register("dateValidationConfiguration", "(Ljava/lang/String;)Lio/scanbot/sdk/documentdata/DateValidationConfiguration;", "")]
public static DateValidationConfiguration DateValidationConfiguration(string fieldTypeName)

Parameters

fieldTypeName string

Returns

DateValidationConfiguration

DeAddressParserConfiguration(IList<string>)

[Register("deAddressParserConfiguration", "(Ljava/util/List;)Lio/scanbot/sdk/documentdata/DeAddressParserConfiguration;", "")]
public static DeAddressParserConfiguration DeAddressParserConfiguration(IList<string> documentTypes)

Parameters

documentTypes IList<string>

Returns

DeAddressParserConfiguration

DescribeContents()

Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.

[Register("describeContents", "()I", "GetDescribeContentsHandler")]
public abstract int DescribeContents()

Returns

int

a bitmask indicating the set of special object types marshaled by this Parcelable object instance.

Remarks

<p>Describe the kinds of special objects contained in this Parcelable

instance's marshaled representation. For example, if the object will include a file descriptor in the output of #writeToParcel(Parcel, int), the return value of this method must include the #CONTENTS_FILE_DESCRIPTOR bit.

Java documentation for

android.os.Parcelable.describeContents()
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DocumentDataExtractorCommonConfiguration()

[Register("documentDataExtractorCommonConfiguration", "()Lio/scanbot/sdk/documentdata/DocumentDataExtractorCommonConfiguration;", "")]
public static DocumentDataExtractorCommonConfiguration DocumentDataExtractorCommonConfiguration()

Returns

DocumentDataExtractorCommonConfiguration

EuropeanHealthInsuranceCardConfiguration()

[Register("europeanHealthInsuranceCardConfiguration", "()Lio/scanbot/sdk/documentdata/EuropeanHealthInsuranceCardConfiguration;", "")]
public static EuropeanHealthInsuranceCardConfiguration EuropeanHealthInsuranceCardConfiguration()

Returns

EuropeanHealthInsuranceCardConfiguration

Get_type()

[Register("get_type", "()Ljava/lang/String;", "GetGet_typeHandler")]
public abstract string Get_type()

Returns

string

GlareDetectionConfiguration()

[Register("glareDetectionConfiguration", "()Lio/scanbot/sdk/documentdata/GlareDetectionConfiguration;", "")]
public static GlareDetectionConfiguration GlareDetectionConfiguration()

Returns

GlareDetectionConfiguration

Invoke(IDictionary<string, Object>)

[Register("invoke", "(Ljava/util/Map;)Lio/scanbot/sdk/documentdata/DocumentDataExtractorConfigurationElement;", "")]
public static DocumentDataExtractorConfigurationElement Invoke(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Returns

DocumentDataExtractorConfigurationElement

MrzFallbackConfiguration()

[Register("mrzFallbackConfiguration", "()Lio/scanbot/sdk/documentdata/MrzFallbackConfiguration;", "")]
public static MrzFallbackConfiguration MrzFallbackConfiguration()

Returns

MrzFallbackConfiguration

ToJson(ToJsonConfiguration)

[Register("toJson", "(Lio/scanbot/sdk/common/ToJsonConfiguration;)Lorg/json/JSONObject;", "GetToJson_Lio_scanbot_sdk_common_ToJsonConfiguration_Handler")]
public abstract JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

Flatten this object in to a Parcel.

[Register("writeToParcel", "(Landroid/os/Parcel;I)V", "GetWriteToParcel_Landroid_os_Parcel_IHandler")]
public abstract void WriteToParcel(Parcel dest, ParcelableWriteFlags flags)

Parameters

dest Parcel

The Parcel in which the object should be written.

flags ParcelableWriteFlags

Additional flags about how the object should be written. May be 0 or #PARCELABLE_WRITE_RETURN_VALUE.

Remarks

Flatten this object in to a Parcel.

Java documentation for

android.os.Parcelable.writeToParcel(android.os.Parcel, int)
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.