MBCroatiaIdBackRecognizerResult
@interface MBCroatiaIdBackRecognizerResult
: MBRecognizerResult <NSCopying, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult>
Class representing values obtained when scanning back side of Croatian ID
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
The residence of Croatian ID owner
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *residence;
Swift
var residence: String? { get }
-
The issuer of Croatian ID
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *issuedBy;
Swift
var issuedBy: String? { get }
-
The date of issue of Croatian ID
Declaration
Objective-C
@property (readonly, nonatomic, nullable) MBDateResult *dateOfIssue;
Swift
var dateOfIssue: MBDateResult? { get }
-
Determines if Croatian ID is issued for non resident
Declaration
Objective-C
@property (readonly, nonatomic) BOOL documentForNonResident;
Swift
var documentForNonResident: Bool { get }
-
Determines if date of expiry of Croatian ID is permanent
Declaration
Objective-C
@property (readonly, nonatomic) BOOL dateOfExpiryPermanent;
Swift
var dateOfExpiryPermanent: Bool { get }
-
The data extracted from the machine readable zone
Declaration
Objective-C
@property (readonly, nonatomic) MBMrzResult *_Nonnull mrzResult;
Swift
var mrzResult: MBMrzResult { get }