Table of Contents

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

document GenericDocument

Fields

WrapperDocumentNormalizedType

Normalized document type name of this document wrapper.

public static readonly string WrapperDocumentNormalizedType

Field Value

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

BirthDate

Date of Birth

public Field BirthDate { get; }

Property Value

Field

Children

public HkIdentityCardFront.HkIdentityCardFrontChildren Children { get; }

Property Value

HkIdentityCardFront.HkIdentityCardFrontChildren

Gender

Gender

public Field Gender { get; }

Property Value

Field

GivenNames

Given Names

public Field GivenNames { get; }

Property Value

Field

GivenNamesInChineseCode

Given Names represented in Chinese code

public Field GivenNamesInChineseCode { get; }

Property Value

Field

ID

Identity Document Number

public Field ID { get; }

Property Value

Field

IDSymbols

ID Symbols

public Field IDSymbols { get; }

Property Value

Field

InitialRegistrationDate

Date when the cardholder was initially registered

public Field InitialRegistrationDate { get; }

Property Value

Field

IssueDate

Date when the identity card was issued

public Field IssueDate { get; }

Property Value

Field

Photo

Photo

public Field Photo { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string