MBItalyDlFrontRecognizerResult
@interface MBItalyDlFrontRecognizerResult
: MBRecognizerResult <NSCopying, MBFaceImageResult,
MBEncodedFaceImageResult, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult,
MBSignatureImageResult, MBEncodedSignatureImageResult>
Class representing values obtained when scanning front side of the Italy Dl
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE -
The address of the front side of the Italy 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 Italy 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 Italy 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 Italy Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfIssue;Swift
var dateOfIssue: MBDateResult { get } -
The given Name of the front side of the Italy Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull givenName;Swift
var givenName: String { get } -
The issuing Authority of the front side of the Italy Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull issuingAuthority;Swift
var issuingAuthority: String { get } -
The licence Categories of the front side of the Italy 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 Italy 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 Italy Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull placeOfBirth;Swift
var placeOfBirth: String { get } -
The surname of the front side of the Italy Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull surname;Swift
var surname: String { get }
View on GitHub
MBItalyDlFrontRecognizerResult Class Reference