MBMalaysiaMyKadBackRecognizerResult
@interface MBMalaysiaMyKadBackRecognizerResult
: MBRecognizerResult <NSCopying, MBFullDocumentImageResult>
Class representing values obtained when scanning back side of MyKad
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
The Extended NRIC of the MyKad owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull extendedNric;
Swift
var extendedNric: String { get }
-
The NRIC of the MyKad owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull nric;
Swift
var nric: String { get }
-
The old NRIC of the MyKad owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull oldNric;
Swift
var oldNric: String { get }
-
The Date Of Birth of the MyKad owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfBirth;
Swift
var dateOfBirth: MBDateResult { get }