MBHongKongIdFrontRecognizerResult

Class representing values obtained when scanning front side of Hong Kong ID

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The full name of the Hong Kong ID owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSString *fullName;

    Swift

    var fullName: String? { get }
  • The commerical Code of the Hong Kong ID.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSString *commercialCode;

    Swift

    var commercialCode: String? { get }
  • The date of birth of the Hong Kong ID ownder.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) MBDateResult *dateOfBirth;

    Swift

    var dateOfBirth: MBDateResult? { get }
  • sex

    The sex of the Hong Kong ID owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSString *sex;

    Swift

    var sex: String? { get }
  • The issue date of the Hong Kong ID owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) MBDateResult *dateOfIssue;

    Swift

    var dateOfIssue: MBDateResult? { get }
  • The document number of the Hong Kong card.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSString *documentNumber;

    Swift

    var documentNumber: String? { get }
  • The residential status of the Hong Kong ID.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSString *residentialStatus;

    Swift

    var residentialStatus: String? { get }