Table of Contents

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

document GenericDocument

Fields

WrapperDocumentNormalizedType

Normalized document type name of this document wrapper.

public static readonly string WrapperDocumentNormalizedType

Field Value

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

BirthDate

Birth date

public Field BirthDate { get; }

Property Value

Field

CheckDigitBirthDate

Check digit birth date

public Field? CheckDigitBirthDate { get; }

Property Value

Field

CheckDigitDocumentNumber

Check digit document number

public Field? CheckDigitDocumentNumber { get; }

Property Value

Field

CheckDigitExpiryDate

Check digit expiry date

public Field? CheckDigitExpiryDate { get; }

Property Value

Field

CheckDigitGeneral

Check digit general

public Field? CheckDigitGeneral { get; }

Property Value

Field

CheckDigitPersonalNumber

Check digit personal number

public Field? CheckDigitPersonalNumber { get; }

Property Value

Field

DateOfIssuance

Date of issuance

public Field? DateOfIssuance { get; }

Property Value

Field

DocumentNumber

Document number

public Field? DocumentNumber { get; }

Property Value

Field

DocumentType

Document type from the DocumentType enum

public Field DocumentType { get; }

Property Value

Field

DocumentTypeCode

Document type code

public Field? DocumentTypeCode { get; }

Property Value

Field

ExpiryDate

Expiry date

public Field? ExpiryDate { get; }

Property Value

Field

Gender

Gender

public Field? Gender { get; }

Property Value

Field

GivenNames

Given names

public Field GivenNames { get; }

Property Value

Field

IssuingAuthority

Issuing authority

public Field? IssuingAuthority { get; }

Property Value

Field

LanguageCode

Language code

public Field? LanguageCode { get; }

Property Value

Field

Nationality

Nationality

public Field Nationality { get; }

Property Value

Field

OfficeOfIssuance

Office of issuance

public Field? OfficeOfIssuance { get; }

Property Value

Field

Optional1

TD1 Optional field (line 2)

public Field? Optional1 { get; }

Property Value

Field

Optional2

TD1 Optional field (line 3)

public Field? Optional2 { get; }

Property Value

Field

PINCode

PIN code

public Field? PINCode { get; }

Property Value

Field

PersonalNumber

Personal number

public Field? PersonalNumber { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

Surname

Surname

public Field Surname { get; }

Property Value

Field

TravelDocType

Travel document type

public Field? TravelDocType { get; }

Property Value

Field

TravelDocTypeVariant

Travel document type variant

public Field? TravelDocTypeVariant { get; }

Property Value

Field

Unknown

Unknown

public Field? Unknown { get; }

Property Value

Field

VersionNumber

Version number

public Field? VersionNumber { get; }

Property Value

Field

VisaOptional

MRV-A/MRV-B (Travel Visa) Optional field

public Field? VisaOptional { get; }

Property Value

Field