Table of Contents

Class DePassport

Namespace
ScanbotSDK.MAUI.DocumentsModel
Assembly
ScanbotSDK.Shared.dll
public class DePassport : GenericDocumentWrapper
Inheritance
DePassport
Inherited Members

Constructors

DePassport(GenericDocument)

public DePassport(GenericDocument document)

Parameters

document GenericDocument

Fields

WrapperDocumentNormalizedType

public static readonly string WrapperDocumentNormalizedType

Field Value

string

WrapperDocumentType

public static readonly string WrapperDocumentType

Field Value

string

Properties

BirthDate

public Field BirthDate { get; }

Property Value

Field

Birthplace

public Field Birthplace { get; }

Property Value

Field

Children

public DePassport.DePassportChildren Children { get; }

Property Value

DePassport.DePassportChildren

CountryCode

public Field CountryCode { get; }

Property Value

Field

ExpiryDate

public Field ExpiryDate { get; }

Property Value

Field

Gender

public Field Gender { get; }

Property Value

Field

GivenNames

public Field GivenNames { get; }

Property Value

Field

ID

public Field ID { get; }

Property Value

Field

IssueDate

public Field IssueDate { get; }

Property Value

Field

IssuingAuthority

public Field IssuingAuthority { get; }

Property Value

Field

MaidenName

public Field? MaidenName { get; }

Property Value

Field

Nationality

public Field Nationality { get; }

Property Value

Field

PassportType

public Field PassportType { get; }

Property Value

Field

Photo

public Field Photo { get; }

Property Value

Field

RawMRZ

public Field RawMRZ { get; }

Property Value

Field

RequiredDocumentType

protected override string RequiredDocumentType { get; }

Property Value

string

Signature

public Field Signature { get; }

Property Value

Field

Surname

public Field Surname { get; }

Property Value

Field