Class BarcodeRecognizerConfiguration

Configuration of the scanning behavior.

Hierarchy

  • PartiallyConstructible
    • BarcodeRecognizerConfiguration

Constructors

Properties

barcodeFormats: UIConfig.BarcodeFormat[]

List of accepted barcode symbologies.

Default Value

[];
barcodesRegexFilter: string

Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off). This option overrides barcodesExtensionFilter option.

Default Value

"";
engineMode: BarcodeEngineMode

The engine mode to use for barcode recognition.

Default Value

"ML_LOW_POWER";
gs1Handling: Gs1Handling

The expected way of handling GS1_COMPOSITE barcodes.

Default Value

"PARSE";
maximumRecognizerResolution: number

Maximum resolution of the image processed by the barcode recognizer. Smaller values mean faster processing but lower recognition quality. The value is limited by the resolution of the preview.

Default Value

600;

Generated using TypeDoc