MBSloveniaCombinedRecognizerResult
@interface MBSloveniaCombinedRecognizerResult
: MBLegacyRecognizerResult <
NSCopying, MBCombinedRecognizerResult, MBFaceImageResult,
MBCombinedFullDocumentImageResult, MBSignatureImageResult,
MBDigitalSignatureResult, MBEncodedFaceImageResult,
MBEncodedSignatureImageResult,
MBEncodedCombinedFullDocumentImageResult>
Class representing values obtained when scanning both front and back 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 identity card number of Slovenian ID.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *identityCardNumber;
Swift
var identityCardNumber: 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 *citizenship;
Swift
var citizenship: String? { get }
-
The date of birth of Slovenian ID owner
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSDate *dateOfBirth;
Swift
var dateOfBirth: Date? { get }
-
The date of expiry of Slovenian ID owner
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSDate *dateOfExpiry;
Swift
var dateOfExpiry: Date? { get }
-
The address of the Slovenian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *address;
Swift
var address: String? { get }
-
The PIN of the Slovenian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *personalIdentificationNumber;
Swift
var personalIdentificationNumber: String? { get }
-
The issuing authority of Slovenian ID.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *issuingAuthority;
Swift
var issuingAuthority: String? { get }
-
The date of issue of Slovenian ID owner
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSDate *dateOfIssue;
Swift
var dateOfIssue: 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 }