Class DePassport
- Namespace
- ScanbotSDK.MAUI.DocumentsModel
- Assembly
- ScanbotSDK.Shared.dll
German travel passport (Reisepass)
public class DePassport : GenericDocumentWrapper
- Inheritance
-
DePassport
- Inherited Members
Constructors
DePassport(GenericDocument)
public DePassport(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
Birthplace
Birthplace
public Field Birthplace { get; }
Property Value
Children
public DePassport.DePassportChildren Children { get; }
Property Value
CountryCode
Country code
public Field CountryCode { 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
ID
Document ID number (in the top-right corner)
public Field ID { get; }
Property Value
IssueDate
Issue date
public Field IssueDate { get; }
Property Value
IssuingAuthority
Issuing authority
public Field IssuingAuthority { get; }
Property Value
MaidenName
Maiden name
public Field? MaidenName { get; }
Property Value
Nationality
Nationality
public Field Nationality { get; }
Property Value
PassportType
Passport type
public Field PassportType { get; }
Property Value
Photo
Photo image
public Field Photo { get; }
Property Value
RawMRZ
Raw MRZ text value
public Field RawMRZ { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
Signature
Signature image
public Field Signature { get; }
Property Value
Surname
Surname
public Field Surname { get; }