MBSwitzerlandDlFrontRecognizerResult
@interface MBSwitzerlandDlFrontRecognizerResult
: MBRecognizerResult <NSCopying, MBFaceImageResult,
MBEncodedFaceImageResult, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult,
MBSignatureImageResult, MBEncodedSignatureImageResult>
Class representing values obtained when scanning front side of the Switzerland DL
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
The date of birth of the Switzerland DL owner.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfBirth;
Swift
var dateOfBirth: MBDateResult { get }
-
The date of rxpiry of the Switzerland DL.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfExpiry;
Swift
var dateOfExpiry: MBDateResult { get }
-
The date of issue of the Switzerland DL.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfIssue;
Swift
var dateOfIssue: MBDateResult { get }
-
If YES, then this Switzerland DL will never expire.
Declaration
Objective-C
@property (readonly, nonatomic) BOOL expiryDatePermanent;
Swift
var expiryDatePermanent: Bool { get }
-
The first name of the Switzerland DL owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull firstName;
Swift
var firstName: String { get }
-
The issuing authority of the Switzerland DL.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull issuingAuthority;
Swift
var issuingAuthority: String { get }
-
The last name of the Switzerland DL owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull lastName;
Swift
var lastName: String { get }
-
The license number of the Switzerland DL.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull licenseNumber;
Swift
var licenseNumber: String { get }
-
The place of birth of the Switzerland DL owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull placeOfBirth;
Swift
var placeOfBirth: String { get }
-
The vehicle categories of the Switzerland DL.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull vehicleCategories;
Swift
var vehicleCategories: String { get }