MBPSlovakiaDataMatrixPaymentRecognizer
Objective-C
@interface MBPSlovakiaDataMatrixPaymentRecognizer : MBPRecognizer <NSCopying>
Swift
class MBPSlovakiaDataMatrixPaymentRecognizer : MBPRecognizer, NSCopying
Class for configuring Slovakian Data Matrix Recognizer.
Slovakian Data Matrix recognizer is used for scanning Slovakian Data Matrix
-
Slovakian Data Matrix recognizer result
Declaration
Objective-C
@property (nonatomic, strong, readonly) MBPSlovakiaDataMatrixPaymentRecognizerResult *_Nonnull result;
Swift
var result: MBPSlovakiaDataMatrixPaymentRecognizerResult { get }
-
Defines if the recognizer should go slower through scan. If slowerThoroughScan is enabled, then scanning will be slower, but more thorough, thus giving higher possibility of successful scan. By default, slowerThoroughScan is disabled.
Declaration
Objective-C
@property (nonatomic) BOOL slowerThoroughScan;
Swift
var slowerThoroughScan: Bool { get set }