MBIndonesiaIdFrontRecognizerResult
@interface MBIndonesiaIdFrontRecognizerResult
: MBRecognizerResult <NSCopying, MBFaceImageResult,
MBEncodedFaceImageResult, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult,
MBSignatureImageResult, MBEncodedSignatureImageResult>
Class representing values obtained when scanning front side of the Indonesia Id
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE -
The address of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull address;Swift
var address: String { get } -
The blood Type of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull bloodType;Swift
var bloodType: String { get } -
The citizenship of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull citizenship;Swift
var citizenship: String { get } -
The city of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull city;Swift
var city: String { get } -
The date Of Birth of the front side of the Indonesia Id 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 Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfExpiry;Swift
var dateOfExpiry: MBDateResult { get } -
The date Of Expiry Permanent of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, assign, nonatomic) BOOL dateOfExpiryPermanent;Swift
var dateOfExpiryPermanent: Bool { get } -
The district of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull district;Swift
var district: String { get } -
The document Number of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull documentNumber;Swift
var documentNumber: String { get } -
The kel Desa of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull kelDesa;Swift
var kelDesa: String { get } -
The marital Status of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull maritalStatus;Swift
var maritalStatus: String { get } -
The name of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull name;Swift
var name: String { get } -
The occupation of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull occupation;Swift
var occupation: String { get } -
The place Of Birth of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull placeOfBirth;Swift
var placeOfBirth: String { get } -
The province of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull province;Swift
var province: String { get } -
The religion of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull religion;Swift
var religion: String { get } -
The rt of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull rt;Swift
var rt: String { get } -
The rw of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull rw;Swift
var rw: String { get } -
The sex of the front side of the Indonesia Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull sex;Swift
var sex: String { get }
View on GitHub
MBIndonesiaIdFrontRecognizerResult Class Reference