MBSingaporeIdFrontRecognizerResult
@interface MBSingaporeIdFrontRecognizerResult
: MBRecognizerResult <NSCopying, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult, MBFaceImageResult,
MBEncodedFaceImageResult>
Class representing values obtained when scanning front side of Singapore ID
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE -
The identity card number of the Singaporean ID card.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *identityCardNumber;Swift
var identityCardNumber: String? { get } -
The name of the Singaporean ID card owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *name;Swift
var name: String? { get } -
The race of the Singaporean ID card owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *race;Swift
var race: String? { get } -
The sex of the Singaporean ID card owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *sex;Swift
var sex: String? { get } -
The date of birth of the Singaporean ID card owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) MBDateResult *dateOfBirth;Swift
var dateOfBirth: MBDateResult? { get } -
The country/place of birth of the Singaporean ID card owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *countryOfBirth;Swift
var countryOfBirth: String? { get }
View on GitHub
MBSingaporeIdFrontRecognizerResult Class Reference