Class MrzFallbackConfiguration
- Namespace
- IO.Scanbot.Sdk.Documentdata
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class MrzFallbackConfiguration : DocumentDataExtractorConfigurationElement, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
MrzFallbackConfiguration
- Implements
-
- Inherited Members
-
Constructors
MrzFallbackConfiguration()
public MrzFallbackConfiguration()
MrzFallbackConfiguration(JSONObject)
public MrzFallbackConfiguration(JSONObject json)
Parameters
json
JSONObject
MrzFallbackConfiguration(IDictionary<string, Object>)
public MrzFallbackConfiguration(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
MrzFallbackConfiguration(IList<string>, IList<MrzDocumentType>)
public MrzFallbackConfiguration(IList<string> acceptedCountries, IList<MrzDocumentType> acceptedMRZTypes)
Parameters
acceptedCountries
IList<string>
acceptedMRZTypes
IList<MrzDocumentType>
Properties
AcceptedCountries
public IList<string> AcceptedCountries { get; set; }
Property Value
- IList<string>
AcceptedMRZTypes
public IList<MrzDocumentType> AcceptedMRZTypes { get; set; }
Property Value
- IList<MrzDocumentType>
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
Methods
Component1()
public IList<string> Component1()
Returns
- IList<string>
Component2()
public IList<MrzDocumentType> Component2()
Returns
- IList<MrzDocumentType>
Copy(IList<string>, IList<MrzDocumentType>)
public MrzFallbackConfiguration Copy(IList<string> acceptedCountries, IList<MrzDocumentType> acceptedMRZTypes)
Parameters
acceptedCountries
IList<string>
acceptedMRZTypes
IList<MrzDocumentType>
Returns
- MrzFallbackConfiguration
Default()
public static MrzFallbackConfiguration Default()
Returns
- MrzFallbackConfiguration
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