Class MrzDocumentType
- Namespace
- IO.Scanbot.Sdk.Mrz
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/mrz/MrzDocumentType", DoNotGenerateAcw = true)]
public sealed class MrzDocumentType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
MrzDocumentType
- Implements
-
- Inherited Members
-
Properties
ChDrivingLicense
[Register("CH_DRIVING_LICENSE")]
public static MrzDocumentType ChDrivingLicense { get; }
Property Value
- MrzDocumentType
CrewMemberCertificate
[Register("CREW_MEMBER_CERTIFICATE")]
public static MrzDocumentType CrewMemberCertificate { get; }
Property Value
- MrzDocumentType
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
IdCard
[Register("ID_CARD")]
public static MrzDocumentType IdCard { get; }
Property Value
- MrzDocumentType
Passport
[Register("PASSPORT")]
public static MrzDocumentType Passport { get; }
Property Value
- MrzDocumentType
Unknown
[Register("UNKNOWN")]
public static MrzDocumentType Unknown { get; }
Property Value
- MrzDocumentType
Visa
[Register("VISA")]
public static MrzDocumentType Visa { get; }
Property Value
- MrzDocumentType
Methods
FromJson(string)
[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/mrz/MrzDocumentType;", "")]
public static MrzDocumentType FromJson(string json)
Parameters
json string
Returns
- MrzDocumentType
ToJson()
[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()
Returns
- string
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/mrz/MrzDocumentType;", "")]
public static MrzDocumentType ValueOf(string value)
Parameters
value string
Returns
- MrzDocumentType
Values()
[Register("values", "()[Lio/scanbot/sdk/mrz/MrzDocumentType;", "")]
public static MrzDocumentType[] Values()
Returns
- MrzDocumentType[]