MBJordanIdFrontRecognizerResult


@interface MBJordanIdFrontRecognizerResult
    : MBLegacyRecognizerResult <NSCopying, MBFullDocumentImageResult,
                                MBFaceImageResult>

Class representing values obtained when scanning front side of Jordan ID

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The Name of the Jordan ID owner.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get }
  • sex

    The Sex of the Jordan ID owner.

    Declaration

    Objective-C

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

    Swift

    var sex: String? { get }
  • The Date Of Birth of the Jordan ID owner.

    Declaration

    Objective-C

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

    Swift

    var dateOfBirth: Date? { get }
  • The National Number of the Jordan ID.

    Declaration

    Objective-C

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

    Swift

    var nationalNumber: String? { get }