MBGermanyDlFrontRecognizerResult
@interface MBGermanyDlFrontRecognizerResult
: MBRecognizerResult <NSCopying, MBFaceImageResult,
MBEncodedFaceImageResult, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult,
MBSignatureImageResult, MBEncodedSignatureImageResult>
Recognizer which can scan front side of Germany national DL cards
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE -
The date of birth of Germany DL owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfBirth;Swift
var dateOfBirth: MBDateResult { get } -
The date of expiry of Germany DL.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfExpiry;Swift
var dateOfExpiry: MBDateResult { get } -
The date of issue of Germany DL.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfIssue;Swift
var dateOfIssue: MBDateResult { get } -
The first name of the Germany DL owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull firstName;Swift
var firstName: String { get } -
The issuing authority of the Germany DL.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull issuingAuthority;Swift
var issuingAuthority: String { get } -
The last name of the Germany DL owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull lastName;Swift
var lastName: String { get } -
The licence categories of the Germany DL.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull licenceCategories;Swift
var licenceCategories: String { get } -
The licence number of the Germany DL.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull licenceNumber;Swift
var licenceNumber: String { get } -
The place of birth of Germany DL owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull placeOfBirth;Swift
var placeOfBirth: String { get }
View on GitHub
MBGermanyDlFrontRecognizerResult Class Reference