MBSwitzerlandIdBackRecognizerResult
@interface MBSwitzerlandIdBackRecognizerResult
: MBRecognizerResult <NSCopying, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult>
Recognizer which can scan back side of Switzerland ID.
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE -
The issuing authority of Switzerland ID.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull authority;Swift
var authority: String { get } -
The date of expiry of Switzerland ID.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfExpiry;Swift
var dateOfExpiry: MBDateResult { get } -
The date of issue of Switzerland ID.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfIssue;Swift
var dateOfIssue: MBDateResult { get } -
The height of Switzerland ID owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull height;Swift
var height: String { get } -
The data extracted from the machine readable zone.
Declaration
Objective-C
@property (readonly, nonatomic) MBMrzResult *_Nonnull mrzResult;Swift
var mrzResult: MBMrzResult { get } -
The place of origin of Switzerland ID owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull placeOfOrigin;Swift
var placeOfOrigin: String { get } -
The sex of Switzerland ID owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull sex;Swift
var sex: String { get }
View on GitHub
MBSwitzerlandIdBackRecognizerResult Class Reference