Barcode Filter Settings
Defined in framework ScanditBarcodeCapture
- SDCBarcodeFilterSettings
@interface SDCBarcodeFilterSettings : NSObject
Added in version 6.15.0
These settings are used to select barcodes that will be filtered out in the view. Any barcode that matches any of the provided settings will be covered by a colored layer.
- excludedSymbologies
@property (nonatomic, strong) NSSet<NSNumber *> *excludedSymbologies
Added in version 6.15.0
A set of SDCSymbology to exclude. If an excluded SDCSymbology is not part of the set of active symbologies in the mode, this setting will have no effect on that Symbology.
- excludedCodesRegex
@property (nonatomic, strong) NSString *excludedCodesRegex
Added in version 6.15.0
A regular expression to be matched against NSData.
- excludedSymbolCounts
@property (nonatomic, strong) NSDictionary<NSNumber *, NSSet<NSNumber *> *> *excludedSymbolCounts
Added in version 6.15.0
A map of excluded symbol counts, indexed by SDCSymbology. Each SDCSymbology will have assigned a set of all the character counts for the barcode’s NSData that will be matched.
- excludeEAN13
@property (nonatomic)
BOOL
excludeEAN13Added in version 6.15.0
When set to YES, EAN 13 barcodes will be excluded.
- excludeUPCA
@property (nonatomic)
BOOL
excludeUPCAAdded in version 6.15.0
When set to YES, UPC-A barcodes will be excluded.