MBAustriaIdFrontRecognizer
@interface MBAustriaIdFrontRecognizer
: MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi,
MBSignatureImage, MBEncodeSignatureImage,
MBSignatureImageDpi, MBFullDocumentImage,
MBEncodeFullDocumentImage, MBFullDocumentImageDpi,
MBGlareDetection, MBFullDocumentImageExtensionFactors>
Class for configuring Austrian ID Front Recognizer.
Aus ID Front recognizer is used for scanning front side of Austrian Id.
-
Undocumented
Declaration
Objective-C
MB_INIT
Swift
init()
-
Austrian Id Front recognizer result
Declaration
Objective-C
@property (readonly, strong, nonatomic) MBAustriaIdFrontRecognizerResult *_Nonnull result;
Swift
var result: MBAustriaIdFrontRecognizerResult { get }
-
Defines if sex of Austrian Id owner should be extracted
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractSex;
Swift
var extractSex: Bool { get set }
-
Defines if surname of Austrian Id owner should be extracted
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractSurname;
Swift
var extractSurname: Bool { get set }
-
Defines if given name of Austrian Id owner should be extracted
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractGivenName;
Swift
var extractGivenName: Bool { get set }
-
Defines if date of birth should be extracted from Austrian ID
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractDateOfBirth;
Swift
var extractDateOfBirth: Bool { get set }