MBSingaporeCombinedRecognizerResult
@interface MBSingaporeCombinedRecognizerResult
: MBRecognizerResult <NSCopying, MBCombinedRecognizerResult,
MBDigitalSignatureResult,
MBCombinedFullDocumentImageResult,
MBEncodedCombinedFullDocumentImageResult,
MBFaceImageResult, MBEncodedFaceImageResult>
Class representing values obtained when scanning both front and back side of Czech 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 }
-
The address of the back side of the Singapore Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull address;
Swift
var address: String { get }
-
The address Change Date of the back side of the Singapore Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull addressChangeDate;
Swift
var addressChangeDate: MBDateResult { get }
-
The blood Type of the back side of the Singapore Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull bloodGroup;
Swift
var bloodGroup: String { get }
-
The date Of Issue of the back side of the Singapore Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfIssue;
Swift
var dateOfIssue: MBDateResult { get }