MBGermanyPassportRecognizerResult
@interface MBGermanyPassportRecognizerResult
: MBRecognizerResult <NSCopying, MBFaceImageResult,
MBEncodedFaceImageResult, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult,
MBSignatureImageResult, MBEncodedSignatureImageResult>
Recognizer which can scan German passport.
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
The issuing authority of German passport.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull authority;
Swift
var authority: String { get }
-
The date of issue of German passport.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfIssue;
Swift
var dateOfIssue: MBDateResult { get }
-
The given name of German passport owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull givenName;
Swift
var givenName: String { get }
-
The data extracted from the machine readable zone.
Declaration
Objective-C
@property (readonly, nonatomic) MBMrzResult *_Nonnull mrzResult;
Swift
var mrzResult: MBMrzResult { get }
-
The nationality of German passport owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull nationality;
Swift
var nationality: String { get }
-
The place of birth of German passport owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull placeOfBirth;
Swift
var placeOfBirth: String { get }
-
The surname of German passport owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull surname;
Swift
var surname: String { get }