MBRecognitionModeFilter
Objective-C
@interface MBRecognitionModeFilter : NSObject <NSCopying>
Swift
class MBRecognitionModeFilter : NSObject, NSCopying
MBRecognitionModeFilter is used to enable/disable recognition of specific document groups. Setting is taken into account only if the right for that document is purchased.
-
Enable scanning of MRZ IDs. Setting is taken into account only if the mrz_id right is purchased.
Declaration
Objective-C
@property (nonatomic) BOOL enableMrzId;
Swift
var enableMrzId: Bool { get set }
-
Enable scanning of visa MRZ. Setting is taken into account only if the visa right is purchased.
Declaration
Objective-C
@property (nonatomic) BOOL enableMrzVisa;
Swift
var enableMrzVisa: Bool { get set }
-
Enable scanning of Passport MRZ. Setting is taken into account only if the passport right is purchased.
Declaration
Objective-C
@property (nonatomic) BOOL enableMrzPassport;
Swift
var enableMrzPassport: Bool { get set }
-
Enable scanning of Photo ID. Setting is taken into account only if the photo_id right is purchased.
Declaration
Objective-C
@property (nonatomic) BOOL enablePhotoId;
Swift
var enablePhotoId: Bool { get set }
-
Enable scanning of barcode IDs. Setting is taken into account only if the barcode right to scan that barcode is purchased.
Declaration
Objective-C
@property (nonatomic) BOOL enableBarcodeId;
Swift
var enableBarcodeId: Bool { get set }
-
Enable full document recognition. Setting is taken into account only if the document right to scan that document is purchased.
Declaration
Objective-C
@property (nonatomic) BOOL enableFullDocumentRecognition;
Swift
var enableFullDocumentRecognition: Bool { get set }