Skip to content

Commit 8d43538

Browse files
update
1 parent 420a0fc commit 8d43538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

barcode-reader-integration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ let settings: SimplifiedCaptureVisionSettings = {
229229
// Set the expected barcode count to 0 when you are not sure how many barcodes you are scanning.
230230
// Set the expected barcode count to 1 can maximize the barcode decoding speed.
231231
expectedBarcodesCount: 0,
232-
barcodeFormats: EnumBarcodeFormat.BF_ONED | EnumBarcodeFormat.BF_QR_CODE | EnumBarcodeFormat.BF_PDF417 | EnumBarcodeFormat.BF_DATAMATRIX,
232+
barcodeFormatIds: EnumBarcodeFormat.BF_ONED | EnumBarcodeFormat.BF_QR_CODE | EnumBarcodeFormat.BF_PDF417 | EnumBarcodeFormat.BF_DATAMATRIX,
233233
}
234234
};
235235
//Only timeout, expectedBarcodesCount and barcodeFormatIds will be updated and undefined properties will retain their original values.

0 commit comments

Comments
 (0)