Class MRZ
- Namespace
- IO.Scanbot.Sdk.Documentdata.Entity
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/documentdata/entity/MRZ", DoNotGenerateAcw = true)]
public sealed class MRZ : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
MRZ
- Implements
-
- Inherited Members
-
Constructors
MRZ(GenericDocument)
[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public MRZ(GenericDocument document)
Parameters
document GenericDocument
Fields
DocumentNormalizedType
[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "MRZ"
Field Value
- string
Properties
BirthDate
public TextFieldWrapper BirthDate { get; }
Property Value
- TextFieldWrapper
CheckDigitBirthDate
public TextFieldWrapper CheckDigitBirthDate { get; }
Property Value
- TextFieldWrapper
CheckDigitDocumentNumber
public TextFieldWrapper CheckDigitDocumentNumber { get; }
Property Value
- TextFieldWrapper
CheckDigitExpiryDate
public TextFieldWrapper CheckDigitExpiryDate { get; }
Property Value
- TextFieldWrapper
CheckDigitGeneral
public TextFieldWrapper CheckDigitGeneral { get; }
Property Value
- TextFieldWrapper
CheckDigitPersonalNumber
public TextFieldWrapper CheckDigitPersonalNumber { get; }
Property Value
- TextFieldWrapper
DateOfIssuance
public TextFieldWrapper DateOfIssuance { get; }
Property Value
- TextFieldWrapper
DocumentNumber
public TextFieldWrapper DocumentNumber { get; }
Property Value
- TextFieldWrapper
DocumentType
public TextFieldWrapper DocumentType { get; }
Property Value
- TextFieldWrapper
DocumentTypeCode
public TextFieldWrapper DocumentTypeCode { get; }
Property Value
- TextFieldWrapper
ExpiryDate
public TextFieldWrapper ExpiryDate { get; }
Property Value
- TextFieldWrapper
Gender
public TextFieldWrapper Gender { get; }
Property Value
- TextFieldWrapper
GivenNames
public TextFieldWrapper GivenNames { get; }
Property Value
- TextFieldWrapper
IssuingAuthority
public TextFieldWrapper IssuingAuthority { get; }
Property Value
- TextFieldWrapper
LanguageCode
public TextFieldWrapper LanguageCode { get; }
Property Value
- TextFieldWrapper
Nationality
public TextFieldWrapper Nationality { get; }
Property Value
- TextFieldWrapper
OfficeOfIssuance
public TextFieldWrapper OfficeOfIssuance { get; }
Property Value
- TextFieldWrapper
Optional1
public TextFieldWrapper Optional1 { get; }
Property Value
- TextFieldWrapper
Optional2
public TextFieldWrapper Optional2 { get; }
Property Value
- TextFieldWrapper
PersonalNumber
public TextFieldWrapper PersonalNumber { get; }
Property Value
- TextFieldWrapper
PinCode
public TextFieldWrapper PinCode { get; }
Property Value
- TextFieldWrapper
RequiredDocumentType
public override string RequiredDocumentType { get; }
Property Value
- string
Surname
public TextFieldWrapper Surname { get; }
Property Value
- TextFieldWrapper
TravelDocType
public TextFieldWrapper TravelDocType { get; }
Property Value
- TextFieldWrapper
TravelDocTypeVariant
public TextFieldWrapper TravelDocTypeVariant { get; }
Property Value
- TextFieldWrapper
Unknown
public TextFieldWrapper Unknown { get; }
Property Value
- TextFieldWrapper
VersionNumber
public TextFieldWrapper VersionNumber { get; }
Property Value
- TextFieldWrapper
VisaOptional
public TextFieldWrapper VisaOptional { get; }
Property Value
- TextFieldWrapper