MBKuwaitIdFrontRecognizerResult
@interface MBKuwaitIdFrontRecognizerResult
: MBRecognizerResult <NSCopying, MBFaceImageResult,
MBEncodedFaceImageResult, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult>
Class representing values obtained when scanning front side of the Kuwait Id
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
The birth Date of the front side of the Kuroom wait Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull birthDate;
Swift
var birthDate: MBDateResult { get }
-
The civil Id Number of the front side of the Kuwait Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull civilIdNumber;
Swift
var civilIdNumber: String { get }
-
The expiry Date of the front side of the Kuwait Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull expiryDate;
Swift
var expiryDate: MBDateResult { get }
-
The name of the front side of the Kuwait Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull name;
Swift
var name: String { get }
-
The nationality of the front side of the Kuwait Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull nationality;
Swift
var nationality: String { get }
-
The sex of the front side of the Kuwait Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull sex;
Swift
var sex: String { get }