MBSingaporeIdBackRecognizer
@interface MBSingaporeIdBackRecognizer
: MBRecognizer <NSCopying, MBFullDocumentImage, MBEncodeFullDocumentImage,
MBFullDocumentImageDpi, MBGlareDetection,
MBFullDocumentImageExtensionFactors>
Class for configuring Singapore Id Back Recognizer.
Singapore Id Back recognizer is used for scanning back side of the Singapore Id.
-
Undocumented
Declaration
Objective-C
MB_INITSwift
init() -
Result of scanning Singapore Id Back
Declaration
Objective-C
@property (readonly, strong, nonatomic) MBSingaporeIdBackRecognizerResult *_Nonnull result;Swift
var result: MBSingaporeIdBackRecognizerResult { get } -
Defines if owner’s address should be extracted from back side of the Singapore Id
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractAddress;Swift
var extractAddress: Bool { get set } -
Defines if owner’s address change date should be extracted from back side of the Singapore Id
Default: NO
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractAddressChangeDate;Swift
var extractAddressChangeDate: Bool { get set } -
Defines if owner’s blood type should be extracted from back side of the Singapore Id
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractBloodGroup;Swift
var extractBloodGroup: Bool { get set } -
Defines if owner’s date of issue should be extracted from back side of the Singapore Id
Default: YES
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL extractDateOfIssue;Swift
var extractDateOfIssue: Bool { get set }
View on GitHub
MBSingaporeIdBackRecognizer Class Reference