Table of Contents

Class DePassport

Namespace
IO.Scanbot.Sdk.Documentdata.Entity
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/documentdata/entity/DePassport", DoNotGenerateAcw = true)]
public sealed class DePassport : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
Inheritance
DePassport
Implements
Inherited Members

Constructors

DePassport(GenericDocument)

[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public DePassport(GenericDocument document)

Parameters

document GenericDocument

Fields

DocumentNormalizedType

[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "DePassport"

Field Value

string

DocumentType

[Register("DOCUMENT_TYPE")]
public const string DocumentType = "DePassport"

Field Value

string

Properties

BirthDate

public TextFieldWrapper BirthDate { get; }

Property Value

TextFieldWrapper

Birthplace

public TextFieldWrapper Birthplace { get; }

Property Value

TextFieldWrapper

CountryCode

public TextFieldWrapper CountryCode { 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

Id

public TextFieldWrapper Id { get; }

Property Value

TextFieldWrapper

IssueDate

public TextFieldWrapper IssueDate { get; }

Property Value

TextFieldWrapper

IssuingAuthority

public TextFieldWrapper IssuingAuthority { get; }

Property Value

TextFieldWrapper

MaidenName

public TextFieldWrapper MaidenName { get; }

Property Value

TextFieldWrapper

Metadata

public Metadata Metadata { get; }

Property Value

Metadata

Mrz

public MRZ Mrz { get; }

Property Value

MRZ

Nationality

public TextFieldWrapper Nationality { get; }

Property Value

TextFieldWrapper

PassportType

public TextFieldWrapper PassportType { get; }

Property Value

TextFieldWrapper

Photo

public FieldWrapper Photo { get; }

Property Value

FieldWrapper

RawMRZ

public TextFieldWrapper RawMRZ { get; }

Property Value

TextFieldWrapper

RequiredDocumentType

public override string RequiredDocumentType { get; }

Property Value

string

Signature

public FieldWrapper Signature { get; }

Property Value

FieldWrapper

Surname

public TextFieldWrapper Surname { get; }

Property Value

TextFieldWrapper