MBAustraliaDlBackRecognizer
@interface MBAustraliaDlBackRecognizer
: MBRecognizer <NSCopying, MBGlareDetection, MBFullDocumentImage,
MBEncodeFullDocumentImage, MBFullDocumentImageDpi,
MBFullDocumentImageExtensionFactors>
Recognizer which can scan the back side of Australian driver’s licences
-
Undocumented
Declaration
Objective-C
MB_INIT
Swift
init()
-
Result of scanning AustraliaDlBackRecognizer
Declaration
Objective-C
@property (readonly, strong, nonatomic) MBAustraliaDlBackRecognizerResult *_Nonnull result;
Swift
var result: MBAustraliaDlBackRecognizerResult { get }
-
Defines if address of the Australia DL owner should be extracted
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractAddress;
Swift
var extractAddress: Bool { get set }
-
Defines if last name of the Australia DL owner should be extracted
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractLastName;
Swift
var extractLastName: Bool { get set }
-
Defines if the licence number of the Australia DL should be extracted
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractLicenceNumber;
Swift
var extractLicenceNumber: Bool { get set }
-
Defines if date of expiry of the Australia DL should be extracted
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractLicenseExpiry;
Swift
var extractLicenseExpiry: Bool { get set }