MBAustraliaDlFrontRecognizerResult
@interface MBAustraliaDlFrontRecognizerResult
: MBRecognizerResult <NSCopying, MBFaceImageResult,
MBEncodedFaceImageResult, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult,
MBSignatureImageResult, MBEncodedSignatureImageResult>
Recognizer which can scan the front side of Australian driver’s licences.
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
The address of the Australian DL owner
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull address;
Swift
var address: String { get }
-
The date of birth of the Australian DL owner
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfBirth;
Swift
var dateOfBirth: MBDateResult { get }
-
The full name of the Australian DL owner
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull fullName;
Swift
var fullName: String { get }
-
The date of expiry of the Australian DL
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull licenceExpiry;
Swift
var licenceExpiry: MBDateResult { get }
-
The licence number of the Australian DL
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull licenceNumber;
Swift
var licenceNumber: String { get }
-
The licence type of the Australian DL
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull licenceType;
Swift
var licenceType: String { get }