MBBruneiIdFrontRecognizerResult

Recognizer which can scan front side of yellow version of Brunei ID.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The date of birth of Brunei ID owner.

    Declaration

    Objective-C

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

    Swift

    var dateOfBirth: MBDateResult { get }
  • The document number of Brunei ID.

    Declaration

    Objective-C

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

    Swift

    var documentNumber: String { get }
  • The full name of Brunei ID owner.

    Declaration

    Objective-C

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

    Swift

    var fullName: String { get }
  • The place of birth of Brunei ID owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull placeOfBirth;

    Swift

    var placeOfBirth: String { get }
  • sex

    The sex of Brunei ID owner.

    Declaration

    Objective-C

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

    Swift

    var sex: String { get }