MBSingaporeIdBackRecognizerResult
@interface MBSingaporeIdBackRecognizerResult
: MBRecognizerResult <NSCopying, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult>
Class representing values obtained when scanning back side of the Singapore Id
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
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 card Number of the back side of the Singapore Id owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull cardNumber;
Swift
var cardNumber: 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 }