MBEudlRecognizerResult
@interface MBEudlRecognizerResult
: MBRecognizerResult <NSCopying, MBFaceImageResult,
MBEncodedFaceImageResult, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult>
Class representing values obtained when scanning EU Driver License
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
The first Name of the EU Driver License owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *firstName;
Swift
var firstName: String? { get }
-
The last Name of the EU Driver License owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *lastName;
Swift
var lastName: String? { get }
-
The birth Data of the EU Driver License owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *birthData;
Swift
var birthData: String? { get }
-
The issue Date of the EU Driver License owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) MBDateResult *issueDate;
Swift
var issueDate: MBDateResult? { get }
-
The expiry Date of the EU Driver License owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) MBDateResult *expiryDate;
Swift
var expiryDate: MBDateResult? { get }
-
The issuing Authority of the EU Driver License owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *issuingAuthority;
Swift
var issuingAuthority: String? { get }
-
The personal Number of the EU Driver License owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *personalNumber;
Swift
var personalNumber: String? { get }
-
The driver Number of the EU Driver License owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *driverNumber;
Swift
var driverNumber: String? { get }
-
The address of the EU Driver License owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *address;
Swift
var address: String? { get }
-
The country of the EU Driver License owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBEudlCountry country;
Swift
var country: MBEudlCountry { get }