MBAustriaCombinedRecognizerResult
@interface MBAustriaCombinedRecognizerResult
: MBRecognizerResult <NSCopying, MBCombinedRecognizerResult,
MBFaceImageResult, MBCombinedFullDocumentImageResult,
MBSignatureImageResult, MBDigitalSignatureResult,
MBEncodedFaceImageResult,
MBEncodedSignatureImageResult,
MBEncodedCombinedFullDocumentImageResult>
Class representing values obtained when scanning both front and back side of Austria ID.
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
The gien name of the Austrian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *givenName;
Swift
var givenName: String? { get }
-
The surname of the Austrian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *surname;
Swift
var surname: String? { get }
-
The document number of the Austrian ID.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *documentNumber;
Swift
var documentNumber: String? { get }
-
The nationaliy of the Austrian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *nationality;
Swift
var nationality: String? { get }
-
The sex of the Austrian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *sex;
Swift
var sex: String? { get }
-
The date of birth of Austrian ID owner
Declaration
Objective-C
@property (readonly, nonatomic, nullable) MBDateResult *dateOfBirth;
Swift
var dateOfBirth: MBDateResult? { get }
-
The place of birth of the Austrian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *placeOfBirth;
Swift
var placeOfBirth: String? { get }
-
The issuing authority of Austrian ID.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *issuingAuthority;
Swift
var issuingAuthority: String? { get }
-
The principal residence of the Austrian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *principalResidence;
Swift
var principalResidence: String? { get }
-
The height of Austrian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *height;
Swift
var height: String? { get }
-
The date of issuance of the Austrian ID
Declaration
Objective-C
@property (readonly, nonatomic, nullable) MBDateResult *dateOfIssuance;
Swift
var dateOfIssuance: MBDateResult? { get }
-
The date of expiry of Austrian ID
Declaration
Objective-C
@property (readonly, nonatomic, nullable) MBDateResult *dateOfExpiry;
Swift
var dateOfExpiry: MBDateResult? { get }
-
The eye eyeColour of Austrian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *eyeColour;
Swift
var eyeColour: String? { get }
-
Whether check digits in machine readable zone of the Austrian ID are OK.
Declaration
Objective-C
@property (readonly, assign, nonatomic) BOOL mrtdVerified;
Swift
var mrtdVerified: Bool { get }