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
javaReferenceninttransferJniHandleOwnership
Methods
AutoFocusConfiguration()
[Register("autoFocusConfiguration", "()Lio/scanbot/sdk/documentdata/AutoFocusConfiguration;", "")]
public static AutoFocusConfiguration AutoFocusConfiguration()
Returns
DateValidationConfiguration(string)
[Register("dateValidationConfiguration", "(Ljava/lang/String;)Lio/scanbot/sdk/documentdata/DateValidationConfiguration;", "")]
public static DateValidationConfiguration DateValidationConfiguration(string fieldTypeName)
Parameters
fieldTypeNamestring
Returns
DeAddressParserConfiguration(IList<string>)
[Register("deAddressParserConfiguration", "(Ljava/util/List;)Lio/scanbot/sdk/documentdata/DeAddressParserConfiguration;", "")]
public static DeAddressParserConfiguration DeAddressParserConfiguration(IList<string> documentTypes)
Parameters
Returns
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.
.
android.os.Parcelable.describeContents()
Portions of this page are modifications based on work created and shared by the
DocumentDataExtractorCommonConfiguration()
[Register("documentDataExtractorCommonConfiguration", "()Lio/scanbot/sdk/documentdata/DocumentDataExtractorCommonConfiguration;", "")]
public static DocumentDataExtractorCommonConfiguration DocumentDataExtractorCommonConfiguration()
Returns
EuropeanHealthInsuranceCardConfiguration()
[Register("europeanHealthInsuranceCardConfiguration", "()Lio/scanbot/sdk/documentdata/EuropeanHealthInsuranceCardConfiguration;", "")]
public static EuropeanHealthInsuranceCardConfiguration EuropeanHealthInsuranceCardConfiguration()
Returns
Get_type()
[Register("get_type", "()Ljava/lang/String;", "GetGet_typeHandler")]
public abstract string Get_type()
Returns
GlareDetectionConfiguration()
[Register("glareDetectionConfiguration", "()Lio/scanbot/sdk/documentdata/GlareDetectionConfiguration;", "")]
public static GlareDetectionConfiguration GlareDetectionConfiguration()
Returns
Invoke(IDictionary<string, Object>)
[Register("invoke", "(Ljava/util/Map;)Lio/scanbot/sdk/documentdata/DocumentDataExtractorConfigurationElement;", "")]
public static DocumentDataExtractorConfigurationElement Invoke(IDictionary<string, Object> source)
Parameters
sourceIDictionary<string, Object>
Returns
MrzFallbackConfiguration()
[Register("mrzFallbackConfiguration", "()Lio/scanbot/sdk/documentdata/MrzFallbackConfiguration;", "")]
public static MrzFallbackConfiguration MrzFallbackConfiguration()
Returns
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
configToJsonConfiguration
Returns
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
destParcelThe Parcel in which the object should be written.
flagsParcelableWriteFlagsAdditional flags about how the object should be written. May be 0 or
#PARCELABLE_WRITE_RETURN_VALUE.
Remarks
Flatten this object in to a Parcel.
.
android.os.Parcelable.writeToParcel(android.os.Parcel, int)
Portions of this page are modifications based on work created and shared by the