MBColombiaIdFrontRecognizer
@interface MBColombiaIdFrontRecognizer
: MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi,
MBFullDocumentImage, MBEncodeFullDocumentImage,
MBFullDocumentImageDpi, MBSignatureImage,
MBEncodeSignatureImage, MBSignatureImageDpi,
MBGlareDetection, MBFullDocumentImageExtensionFactors>
Class for configuring Colombia Id Front Recognizer.
Colombia Id Front recognizer is used for scanning front side of the Colombia Id.
-
Undocumented
Declaration
Objective-C
MB_INIT
Swift
init()
-
Result of scanning Colombia Id Front
Declaration
Objective-C
@property (readonly, strong, nonatomic) MBColombiaIdFrontRecognizerResult *_Nonnull result;
Swift
var result: MBColombiaIdFrontRecognizerResult { get }
-
Defines if owner’s first name should be extracted from front side of the Colombia Id
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractFirstName;
Swift
var extractFirstName: Bool { get set }
-
Defines if owner’s last name should be extracted from front side of the Colombia Id
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractLastName;
Swift
var extractLastName: Bool { get set }