MBColombiaDlFrontRecognizerResult
@interface MBColombiaDlFrontRecognizerResult
: MBRecognizerResult <NSCopying, MBFaceImageResult,
MBEncodedFaceImageResult, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult>
Class representing values obtained when scanning front side of the Colombia Dl
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE -
The date Of Birth of the front side of the Colombia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfBirth;Swift
var dateOfBirth: MBDateResult { get } -
The date Of Issue of the front side of the Colombia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfIssue;Swift
var dateOfIssue: MBDateResult { get } -
The driver Restrictions of the front side of the Colombia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull driverRestrictions;Swift
var driverRestrictions: String { get } -
The issuing Agency of the front side of the Colombia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull issuingAgency;Swift
var issuingAgency: String { get } -
The licence Number of the front side of the Colombia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull licenceNumber;Swift
var licenceNumber: String { get } -
The name of the front side of the Colombia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull name;Swift
var name: String { get }
View on GitHub
MBColombiaDlFrontRecognizerResult Class Reference