Class MRZ
- Namespace
- ScanbotSDK.MAUI.DocumentsModel
- Assembly
- ScanbotSDK.Shared.dll
MRZ part of the document
public class MRZ : GenericDocumentWrapper
- Inheritance
-
MRZ
- Inherited Members
Constructors
MRZ(GenericDocument)
public MRZ(GenericDocument document)
Parameters
documentGenericDocument
Fields
WrapperDocumentNormalizedType
Normalized document type name of this document wrapper.
public static readonly string WrapperDocumentNormalizedType
Field Value
WrapperDocumentType
Generic document type name of this document wrapper.
public static readonly string WrapperDocumentType
Field Value
Properties
BirthDate
Birth date
public Field BirthDate { get; }
Property Value
CheckDigitBirthDate
Check digit birth date
public Field? CheckDigitBirthDate { get; }
Property Value
CheckDigitDocumentNumber
Check digit document number
public Field? CheckDigitDocumentNumber { get; }
Property Value
CheckDigitExpiryDate
Check digit expiry date
public Field? CheckDigitExpiryDate { get; }
Property Value
CheckDigitGeneral
Check digit general
public Field? CheckDigitGeneral { get; }
Property Value
CheckDigitPersonalNumber
Check digit personal number
public Field? CheckDigitPersonalNumber { get; }
Property Value
DateOfIssuance
Date of issuance
public Field? DateOfIssuance { get; }
Property Value
DocumentNumber
Document number
public Field? DocumentNumber { get; }
Property Value
DocumentType
Document type from the DocumentType enum
public Field DocumentType { get; }
Property Value
DocumentTypeCode
Document type code
public Field? DocumentTypeCode { get; }
Property Value
ExpiryDate
Expiry date
public Field? ExpiryDate { get; }
Property Value
Gender
Gender
public Field? Gender { get; }
Property Value
GivenNames
Given names
public Field GivenNames { get; }
Property Value
IssuingAuthority
Issuing authority
public Field? IssuingAuthority { get; }
Property Value
LanguageCode
Language code
public Field? LanguageCode { get; }
Property Value
Nationality
Nationality
public Field Nationality { get; }
Property Value
OfficeOfIssuance
Office of issuance
public Field? OfficeOfIssuance { get; }
Property Value
Optional1
TD1 Optional field (line 2)
public Field? Optional1 { get; }
Property Value
Optional2
TD1 Optional field (line 3)
public Field? Optional2 { get; }
Property Value
PINCode
PIN code
public Field? PINCode { get; }
Property Value
PersonalNumber
Personal number
public Field? PersonalNumber { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
Surname
Surname
public Field Surname { get; }
Property Value
TravelDocType
Travel document type
public Field? TravelDocType { get; }
Property Value
TravelDocTypeVariant
Travel document type variant
public Field? TravelDocTypeVariant { get; }
Property Value
Unknown
Unknown
public Field? Unknown { get; }
Property Value
VersionNumber
Version number
public Field? VersionNumber { get; }
Property Value
VisaOptional
MRV-A/MRV-B (Travel Visa) Optional field
public Field? VisaOptional { get; }