MBAustraliaDlFrontRecognizer
@interface MBAustraliaDlFrontRecognizer
: MBRecognizer <NSCopying, MBGlareDetection, MBFaceImage, MBEncodeFaceImage,
MBFaceImageDpi, MBFullDocumentImage,
MBEncodeFullDocumentImage, MBFullDocumentImageDpi,
MBFullDocumentImageExtensionFactors, MBSignatureImage,
MBSignatureImageDpi, MBEncodeSignatureImage>
Recognizer which can scan the front side of Australian driver’s licences.
-
Undocumented
Declaration
Objective-C
MB_INIT
Swift
init()
-
Result of scanning AustraliaDlFrontRecognizer
Declaration
Objective-C
@property (readonly, strong, nonatomic) MBAustraliaDlFrontRecognizerResult *_Nonnull result;
Swift
var result: MBAustraliaDlFrontRecognizerResult { get }
-
Defines if address of Australian DL owner should be extracted
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractAddress;
Swift
var extractAddress: Bool { get set }
-
Defines if date of birth of Australian DL owner should be extracted
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractDateOfBirth;
Swift
var extractDateOfBirth: Bool { get set }
-
Defines if full name of Australian DL owner should be extracted
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractFullName;
Swift
var extractFullName: Bool { get set }
-
Defines if date of expiry of Australian DL should be extracted
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractLicenseExpiry;
Swift
var extractLicenseExpiry: Bool { get set }