MBSloveniaIdFrontRecognizerResult
@interface MBSloveniaIdFrontRecognizerResult
: MBLegacyRecognizerResult <NSCopying, MBFaceImageResult,
MBSignatureImageResult,
MBFullDocumentImageResult>
Class representing values obtained when scanning front side of Slovenian ID
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
The first name of the Slovenian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *firstName;
Swift
var firstName: String? { get }
-
The last name of the Slovenian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *lastName;
Swift
var lastName: String? { get }
-
The sex of the Slovenian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *sex;
Swift
var sex: String? { get }
-
The nationality of the Slovenian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *nationality;
Swift
var nationality: String? { get }
-
The date of birth of the Slovenian ID owner in dd.MM.yyyy format.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *rawDateOfBirth;
Swift
var rawDateOfBirth: String? { get }
-
The date of birth of the Slovenian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSDate *dateOfBirth;
Swift
var dateOfBirth: Date? { get }
-
The date of expiry of the Slovenian ID owner in dd.MM.yyyy format.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *rawDateOfExpiry;
Swift
var rawDateOfExpiry: String? { get }
-
The date of expiry of the Slovenian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSDate *dateOfExpiry;
Swift
var dateOfExpiry: Date? { get }