MBPSlovakiaCode128PaymentRecognizer
Objective-C
@interface MBPSlovakiaCode128PaymentRecognizer : MBPRecognizer <NSCopying>
Swift
class MBPSlovakiaCode128PaymentRecognizer : MBPRecognizer, NSCopying
Class for configuring Slovakia Code128 Recognizer.
Slovakia Code128 recognizer is used for scanning Slovakian Code128
-
Slovakian Code128 recognizer result
Declaration
Objective-C
@property (nonatomic, strong, readonly) MBPSlovakiaCode128PaymentRecognizerResult *_Nonnull result;
Swift
var result: MBPSlovakiaCode128PaymentRecognizerResult { get }