MBAustriaIdBackRecognizer
@interface MBAustriaIdBackRecognizer
: MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
MBFullDocumentImageDpi, MBGlareDetection,
MBFullDocumentImageExtensionFactors>
Class for configuring Austrian ID Back Recognizer.
Austrian ID Back recognizer is used for scanning back side of Austrian ID.
-
Undocumented
Declaration
Objective-C
MB_INITSwift
init() -
Result of scanning back of the Austrian ID
Declaration
Objective-C
@property (readonly, strong, nonatomic) MBAustriaIdBackRecognizerResult *_Nonnull result;Swift
var result: MBAustriaIdBackRecognizerResult { get } -
Defines if issuing authority should be extracted from back side of Austrian ID
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractIssuingAuthority;Swift
var extractIssuingAuthority: Bool { get set } -
Defines if date of issuance should be extracted from back side of Austrian ID
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractDateOfIssuance;Swift
var extractDateOfIssuance: Bool { get set } -
Defines if owner’s place of birth should be extracted from back side of Austrian ID
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractPlaceOfBirth;Swift
var extractPlaceOfBirth: Bool { get set } -
Defines if owner’s principal residence should be extracted from back side of Austrian ID
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractPrincipalResidence;Swift
var extractPrincipalResidence: Bool { get set } -
Defines if owner’s height should be extracted from back side of Austrian ID
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractHeight;Swift
var extractHeight: Bool { get set }
View on GitHub
MBAustriaIdBackRecognizer Class Reference