Class HkIdentityCardFront
- Namespace
- ScanbotSDK.MAUI.DocumentsModel
- Assembly
- ScanbotSDK.Shared.dll
HkIdentityCardFront
public class HkIdentityCardFront : GenericDocumentWrapper
- Inheritance
-
HkIdentityCardFront
- Inherited Members
Constructors
HkIdentityCardFront(GenericDocument)
public HkIdentityCardFront(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
Date of Birth
public Field BirthDate { get; }
Property Value
Children
public HkIdentityCardFront.HkIdentityCardFrontChildren Children { get; }
Property Value
Gender
Gender
public Field Gender { get; }
Property Value
GivenNames
Given Names
public Field GivenNames { get; }
Property Value
GivenNamesInChineseCode
Given Names represented in Chinese code
public Field GivenNamesInChineseCode { get; }
Property Value
ID
Identity Document Number
public Field ID { get; }
Property Value
IDSymbols
ID Symbols
public Field IDSymbols { get; }
Property Value
InitialRegistrationDate
Date when the cardholder was initially registered
public Field InitialRegistrationDate { get; }
Property Value
IssueDate
Date when the identity card was issued
public Field IssueDate { get; }
Property Value
Photo
Photo
public Field Photo { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }