MBMoroccoIdFrontRecognizerResult
@interface MBMoroccoIdFrontRecognizerResult
: MBRecognizerResult <
NSCopying, MBFaceImageResult, MBEncodedFaceImageResult,
MBSignatureImageResult, MBEncodedSignatureImageResult,
MBFullDocumentImageResult, MBEncodedFullDocumentImageResult>
Class representing values obtained when scanning front side of the Morocco ID
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
The date of birth of the Morocco ID owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfBirth;
Swift
var dateOfBirth: MBDateResult { get }
-
The date of expiry of the Morocco ID.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfExpiry;
Swift
var dateOfExpiry: MBDateResult { get }
-
The document number of the Morocco ID.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull documentNumber;
Swift
var documentNumber: String { get }
-
The name of the Morocco ID owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull name;
Swift
var name: String { get }
-
The place of birth of the Morocco ID owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull placeOfBirth;
Swift
var placeOfBirth: String { get }
-
The sex of the Morocco ID owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull sex;
Swift
var sex: String { get }
-
The surname of the Morocco ID owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull surname;
Swift
var surname: String { get }