MBMalaysiaDlFrontRecognizerResult
@interface MBMalaysiaDlFrontRecognizerResult
: MBRecognizerResult <NSCopying, MBFaceImageResult,
MBEncodedFaceImageResult, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult>
Class representing values obtained when scanning front side of the Malaysia Dl
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
The city of the front side of the Malaysia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull city;
Swift
var city: String { get }
-
The dl Class of the front side of the Malaysia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull dlClass;
Swift
var dlClass: String { get }
-
The full Address of the front side of the Malaysia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull fullAddress;
Swift
var fullAddress: String { get }
-
The identity Number of the front side of the Malaysia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull identityNumber;
Swift
var identityNumber: String { get }
-
The name of the front side of the Malaysia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull name;
Swift
var name: String { get }
-
The nationality of the front side of the Malaysia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull nationality;
Swift
var nationality: String { get }
-
The owner State of the front side of the Malaysia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull ownerState;
Swift
var ownerState: String { get }
-
The street of the front side of the Malaysia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull street;
Swift
var street: String { get }
-
The valid From of the front side of the Malaysia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull validFrom;
Swift
var validFrom: MBDateResult { get }
-
The valid Until of the front side of the Malaysia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull validUntil;
Swift
var validUntil: MBDateResult { get }
-
The zipcode of the front side of the Malaysia Dl owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull zipcode;
Swift
var zipcode: String { get }