Class DeIdCardBack
- Namespace
- ScanbotSDK.MAUI.DocumentsModel
- Assembly
- ScanbotSDK.Shared.dll
German ID card, back side
public class DeIdCardBack : GenericDocumentWrapper
- Inheritance
-
DeIdCardBack
- Inherited Members
Constructors
DeIdCardBack(GenericDocument)
public DeIdCardBack(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
Address
Raw Address text value
public Field Address { get; }
Property Value
Children
public DeIdCardBack.DeIdCardBackChildren Children { get; }
Property Value
EyeColor
Eye color
public Field EyeColor { get; }
Property Value
Height
Height
public Field Height { get; }
Property Value
IssueDate
Issue date
public Field IssueDate { get; }
Property Value
IssuingAuthority
Issuing authority
public Field IssuingAuthority { get; }
Property Value
Pseudonym
Pseudonym
public Field? Pseudonym { 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
Series
Series of the document. The format is YYMM.
public Field Series { get; }