MBSloveniaIdBackRecognizerResult
@interface MBSloveniaIdBackRecognizerResult
: MBLegacyMRTDRecognizerResult <NSCopying, MBFullDocumentImageResult>
Class representing values obtained when scanning back side of Slovenian ID
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
The address of the Slovenian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *address;
Swift
var address: String? { get }
-
The authority of the Slovenian ID.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *authority;
Swift
var authority: String? { get }
-
Date of issue of the Slovenian ID in dd.MM.yyyy format.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *rawDateOfIssue;
Swift
var rawDateOfIssue: String? { get }
-
Date of issue of the Slovenian ID.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSDate *dateOfIssue;
Swift
var dateOfIssue: Date? { get }