MBCroatiaIdFrontRecognizerResult
@interface MBCroatiaIdFrontRecognizerResult
: MBRecognizerResult <
NSCopying, MBFaceImageResult, MBEncodedFaceImageResult,
MBSignatureImageResult, MBEncodedSignatureImageResult,
MBFullDocumentImageResult, MBEncodedFullDocumentImageResult>
Class representing values obtained when scanning front side of Croatian ID
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
The first name of the Croatian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *firstName;
Swift
var firstName: String? { get }
-
The last name of the Croatian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *lastName;
Swift
var lastName: String? { get }
-
The document number of the Croatian ID.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *documentNumber;
Swift
var documentNumber: String? { get }
-
The sex of the Croatian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *sex;
Swift
var sex: String? { get }
-
The citizenship of the Croatian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *citizenship;
Swift
var citizenship: String? { get }
-
The date of birth of Croatian ID owner
Declaration
Objective-C
@property (readonly, nonatomic, nullable) MBDateResult *dateOfBirth;
Swift
var dateOfBirth: MBDateResult? { get }
-
The document date of expiry of the Croatian ID
Declaration
Objective-C
@property (readonly, nonatomic, nullable) MBDateResult *dateOfExpiry;
Swift
var dateOfExpiry: MBDateResult? { get }
-
Check if date of expiry is permanent on the Croatian ID.
Declaration
Objective-C
@property (readonly, nonatomic) BOOL dateOfExpiryPermanent;
Swift
var dateOfExpiryPermanent: Bool { get }
-
YES if the document is bilingual
Declaration
Objective-C
@property (readonly, nonatomic) BOOL documentBilingual;
Swift
var documentBilingual: Bool { get }