Optional
source: DeepPartial<BarcodeScannerConfiguration>Options for barcode decoding.
[new BarcodeFormatCommonConfiguration({})];
The engine mode for barcode scanning.
"NEXT_GEN_LOW_POWER";
List of document formats to be extracted. Barcodes that decode to one of the extracted document formats will have extractedDocument field in BarcodeItem populated with the parsed document. By default all supported barcode document formats are accepted. If empty, no barcodes will be parsed into documents.
["AAMVA", "BOARDING_PASS", "DE_MEDICAL_PLAN", "MEDICAL_CERTIFICATE", "ID_CARD_PDF_417", "SEPA", "SWISS_QR", "VCARD", "GS1", "HIBC"];
If true, the barcode scanning will be performed in live mode.
true;
If true and acceptedDocumentFormats is not empty, then barcodes that don't decode to one of the accepted document formats will be ignored.
false;
If true, the barcode image will be returned in the BarcodeItem.
true;
Generated using TypeDoc
Configuration for the barcode scanner.