MBIrelandDlFrontRecognizerResult
@interface MBIrelandDlFrontRecognizerResult
: MBRecognizerResult <NSCopying, MBFaceImageResult,
MBEncodedFaceImageResult, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult,
MBSignatureImageResult, MBEncodedSignatureImageResult>
Class representing values obtained when scanning front side of the Ireland Dl
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
The address of the front side of the Ireland Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull address;
Swift
var address: String { get }
-
The date Of Birth of the front side of the Ireland Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfBirth;
Swift
var dateOfBirth: MBDateResult { get }
-
The date Of Expiry of the front side of the Ireland Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfExpiry;
Swift
var dateOfExpiry: MBDateResult { get }
-
The date Of Issue of the front side of the Ireland Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfIssue;
Swift
var dateOfIssue: MBDateResult { get }
-
The driver Number of the front side of the Ireland Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull driverNumber;
Swift
var driverNumber: String { get }
-
The first Name of the front side of the Ireland Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull firstName;
Swift
var firstName: String { get }
-
The issued By of the front side of the Ireland Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull issuedBy;
Swift
var issuedBy: String { get }
-
The licence Categories of the front side of the Ireland Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull licenceCategories;
Swift
var licenceCategories: String { get }
-
The licence Number of the front side of the Ireland Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull licenceNumber;
Swift
var licenceNumber: String { get }
-
The place Of Birth of the front side of the Ireland Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull placeOfBirth;
Swift
var placeOfBirth: String { get }
-
The surname of the front side of the Ireland Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull surname;
Swift
var surname: String { get }