MBGermanyIdBackRecognizerResult
@interface MBGermanyIdBackRecognizerResult
: MBRecognizerResult <NSCopying, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult>
Recognizer which can scan back side of German ID.
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE -
The city of German ID owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull addressCity;Swift
var addressCity: String { get } -
The house number of German ID owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull addressHouseNumber;Swift
var addressHouseNumber: String { get } -
The street of German ID owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull addressStreet;Swift
var addressStreet: String { get } -
The zip code of German ID owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull addressZipCode;Swift
var addressZipCode: String { get } -
The issuing authority of German ID.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull authority;Swift
var authority: String { get } -
The colour of eyes of German ID owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull colourOfEyes;Swift
var colourOfEyes: String { get } -
The date of issue of German ID.
Declaration
Objective-C
@property (readonly, nonatomic) MBDateResult *_Nonnull dateOfIssue;Swift
var dateOfIssue: MBDateResult { get } -
The full address of German ID owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull fullAddress;Swift
var fullAddress: String { get } -
The height of German ID owner.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull height;Swift
var height: String { get } -
The data extracted from the machine readable zone.
Declaration
Objective-C
@property (readonly, nonatomic) MBMrzResult *_Nonnull mrzResult;Swift
var mrzResult: MBMrzResult { get }
View on GitHub
MBGermanyIdBackRecognizerResult Class Reference