MBSwitzerlandIdBackRecognizer
@interface MBSwitzerlandIdBackRecognizer
: MBRecognizer <NSCopying, MBGlareDetection, MBFullDocumentImage,
MBEncodeFullDocumentImage, MBFullDocumentImageDpi,
MBFullDocumentImageExtensionFactors>
Recognizer which can scan back side of Switzerland ID.
-
Undocumented
Declaration
Objective-C
MB_INITSwift
init() -
Result of scanning SwitzerlandIdBackRecognizer
Declaration
Objective-C
@property (readonly, strong, nonatomic) MBSwitzerlandIdBackRecognizerResult *_Nonnull result;Swift
var result: MBSwitzerlandIdBackRecognizerResult { get } -
Defines if issuing authority of Switzerland ID should be extracted.
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractAuthority;Swift
var extractAuthority: Bool { get set } -
Defines if date of expiry of Switzerland ID should be extracted.
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractDateOfExpiry;Swift
var extractDateOfExpiry: Bool { get set } -
Defines if date of issue of Switzerland ID should be extracted.
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractDateOfIssue;Swift
var extractDateOfIssue: Bool { get set } -
Defines if height of Switzerland ID owner should be extracted.
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractHeight;Swift
var extractHeight: Bool { get set } -
Defines if place of origin of Switzerland ID owner should be extracted.
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractPlaceOfOrigin;Swift
var extractPlaceOfOrigin: Bool { get set } -
Defines if sex of Switzerland ID owner should be extracted.
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractSex;Swift
var extractSex: Bool { get set }
View on GitHub
MBSwitzerlandIdBackRecognizer Class Reference