MBSingaporeDlFrontRecognizer
@interface MBSingaporeDlFrontRecognizer
: MBRecognizer <NSCopying, MBFaceImage, MBEncodeFaceImage, MBFaceImageDpi,
MBFullDocumentImage, MBEncodeFullDocumentImage,
MBFullDocumentImageDpi, MBGlareDetection,
MBFullDocumentImageExtensionFactors>
Class for configuring Singapore Dl Front Recognizer.
Singapore Dl Front recognizer is used for scanning front side of the Singapore Driver’s license..
-
Undocumented
Declaration
Objective-C
MB_INIT
Swift
init()
-
Result of scanning Singapore DL Front
Declaration
Objective-C
@property (readonly, strong, nonatomic) MBSingaporeDlFrontRecognizerResult *_Nonnull result;
Swift
var result: MBSingaporeDlFrontRecognizerResult { get }
-
Defines if owner’s birth date should be extracted from front side of the Singapore DL
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractBirthDate;
Swift
var extractBirthDate: Bool { get set }
-
Defines if the issue date should be extracted from front side of the Singapore DL
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractIssueDate;
Swift
var extractIssueDate: Bool { get set }
-
Defines if owner’s name should be extracted from front side of the Singapore DL
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractName;
Swift
var extractName: Bool { get set }
-
Defines if valid till should be extracted from front side of the Singapore DL
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractValidTill;
Swift
var extractValidTill: Bool { get set }