MBSwitzerlandDlFrontRecognizer
@interface MBSwitzerlandDlFrontRecognizer
: MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi,
MBFullDocumentImage, MBEncodeFullDocumentImage,
MBFullDocumentImageDpi, MBSignatureImage,
MBEncodeSignatureImage, MBSignatureImageDpi,
MBGlareDetection, MBFullDocumentImageExtensionFactors>
Class for configuring Switzerland DL Front Recognizer.
Switzerland DL Front recognizer is used for scanning front side of the Switzerland DL.
-
Undocumented
Declaration
Objective-C
MB_INITSwift
init() -
Result of scanning Switzerland DL Front
Declaration
Objective-C
@property (readonly, strong, nonatomic) MBSwitzerlandDlFrontRecognizerResult *_Nonnull result;Swift
var result: MBSwitzerlandDlFrontRecognizerResult { get } -
Defines if owner’s date of birth should be extracted from front side of the Switzerland DL
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractDateOfBirth;Swift
var extractDateOfBirth: Bool { get set } -
Defines if date of expiry should be extracted from front side of the Switzerland DL
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractDateOfExpiry;Swift
var extractDateOfExpiry: Bool { get set } -
Defines if date of issue should be extracted from front side of the Switzerland DL
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractDateOfIssue;Swift
var extractDateOfIssue: Bool { get set } -
Defines if owner’s first name should be extracted from front side of the Switzerland DL
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractFirstName;Swift
var extractFirstName: Bool { get set } -
Defines if issuing authority should be extracted from front side of the Switzerland DL
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractIssuingAuthority;Swift
var extractIssuingAuthority: Bool { get set } -
Defines if owner’s last name should be extracted from front side of the Switzerland DL
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractLastName;Swift
var extractLastName: Bool { get set } -
Defines if owner’s place of birth should be extracted from front side of the Switzerland DL
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractPlaceOfBirth;Swift
var extractPlaceOfBirth: Bool { get set } -
Defines if vehicle categories should be extracted from front side of the Switzerland DL
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractVehicleCategories;Swift
var extractVehicleCategories: Bool { get set }
View on GitHub
MBSwitzerlandDlFrontRecognizer Class Reference