MBUsdlCombinedRecognizer
Deprecated
Use MBBlinkIdMultiSideRecognizer.
Objective-C
@interface MBUsdlCombinedRecognizer
: MBRecognizer <NSCopying, MBCombinedRecognizer, MBFullDocumentImage,
MBFullDocumentImageDpi, MBFaceImage, MBFaceImageDpi,
MBEncodeFaceImage, MBEncodeFullDocumentImage,
MBFullDocumentImageExtensionFactors>
Swift
class MBUsdlCombinedRecognizer : MBRecognizer, NSCopying, MBCombinedRecognizer, MBFullDocumentImage, MBFullDocumentImageDpi, MBFaceImage, MBFaceImageDpi, MBEncodeFaceImage, MBEncodeFullDocumentImage, MBFullDocumentImageExtensionFactors
USDL Combined Recognizer.
USDL Combined recognizer is used for scanning both front and back side of US Driver’s License.
-
Deprecated
Use MBBlinkIdMultiSideRecognizer.
Result of scanning both sides of USDL
Declaration
Objective-C
@property (nonatomic, strong, readonly) MBUsdlCombinedRecognizerResult *_Nonnull result;
Swift
var result: MBUsdlCombinedRecognizerResult { get }
-
Deprecated
Use MBBlinkIdMultiSideRecognizer.
Set this to YES to scan even barcode not compliant with standards For example, malformed USDL barcodes which were incorrectly encoded
Use only if necessary because it slows down the recognition process
Default: YES
Declaration
Objective-C
@property (nonatomic) BOOL scanUncertain;
Swift
var scanUncertain: Bool { get set }
-
Deprecated
Use MBBlinkIdMultiSideRecognizer.
Set this to YES to scan barcodes which don’t have quiet zone (white area) around it
Use only if necessary because it slows down the recognition process
Default: YES
Declaration
Objective-C
@property (nonatomic) BOOL allowNullQuietZone;
Swift
var allowNullQuietZone: Bool { get set }
-
Deprecated
Use MBBlinkIdMultiSideRecognizer.
Set this to YES to enable compact parser.
Default: NO
Declaration
Objective-C
@property (nonatomic) BOOL enableCompactParser;
Swift
var enableCompactParser: Bool { get set }
-
Deprecated
Use MBBlinkIdMultiSideRecognizer.
Type of document this recognizer will scan.
Default: MBDocumentFaceDetectorTypeTD1
Declaration
Objective-C
@property (nonatomic) MBDocumentFaceDetectorType type;
Swift
var type: MBDocumentFaceDetectorType { get set }
-
Deprecated
Use MBBlinkIdMultiSideRecognizer.
Defines how many times the same document should be detected before the detector returns this document as a result of the deteciton
Higher number means more reliable detection, but slower processing
Default: 6
Declaration
Objective-C
@property (nonatomic) NSInteger numStableDetectionsThreshold;
Swift
var numStableDetectionsThreshold: Int { get set }