MBJordanCombinedRecognizerResult
@interface MBJordanCombinedRecognizerResult
: MBLegacyRecognizerResult <
NSCopying, MBCombinedRecognizerResult, MBFaceImageResult,
MBCombinedFullDocumentImageResult, MBDigitalSignatureResult,
MBEncodedFaceImageResult, MBEncodedCombinedFullDocumentImageResult>
Class representing values obtained when scanning both front and back side of Czech 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 }
-
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 Document Number of the Jordan ID.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *nationalNumber;
Swift
var nationalNumber: String? { get }
-
The nationality of the Jordan ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *nationality;
Swift
var nationality: String? { get }
-
The issuer of the Jordan ID.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *issuer;
Swift
var issuer: String? { get }
-
The Document Number of the Jordan ID.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *documentNumber;
Swift
var documentNumber: String? { get }
-
The Date of expiry of the Jordan ID.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSDate *dateOfExpiry;
Swift
var dateOfExpiry: Date? { get }
-
YES if all check digits inside MRZ are correct, NO otherwise. More specifically, YES if MRZ complies with ICAO Document 9303 standard, NO otherwise.
Declaration
Objective-C
@property (readonly, nonatomic) BOOL mrzVerified;
Swift
var mrzVerified: Bool { get }