MBColombiaIdBackRecognizerResult
@interface MBColombiaIdBackRecognizerResult
: MBRecognizerResult <NSCopying, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult>
Class representing values obtained when scanning back side of the Colombia Id
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
The birth Date of the Colombia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull birthDate;
Swift
var birthDate: MBDateResult { get }
-
The blood Group of the Colombia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull bloodGroup;
Swift
var bloodGroup: String { get }
-
The document Number Colombia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull documentNumber;
Swift
var documentNumber: String { get }
-
The first Name of the Colombia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull firstName;
Swift
var firstName: String { get }
-
The last Name of the Colombia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull lastName;
Swift
var lastName: String { get }
-
The sex of the Colombia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull sex;
Swift
var sex: String { get }
-
The fingerprint of the Colombian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSData *fingerprint;
Swift
var fingerprint: Data? { get }