Optional
source: DeepPartial<BarcodeRecognizerConfiguration>List of accepted barcode symbologies.
[];
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.
"";
The engine mode to use for barcode recognition.
"ML_LOW_POWER";
The expected way of handling GS1_COMPOSITE barcodes.
"PARSE";
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.
600;
Generated using TypeDoc
Configuration of the scanning behavior.