We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3442065 commit 5c68910Copy full SHA for 5c68910
programming/features/barcode-formats-and-count-v9.6.32.md
@@ -203,7 +203,7 @@ try? barcodeReader.updateRuntimeSettings(settings!)
203
# Obtain current runtime settings of `reader` instance.
204
settings = reader.get_runtime_settings()
205
# Set the expected barcode count
206
-settings.expectedBarcodesCount = 0;
+settings.expected_barcodes_count = 0;
207
# Update the settings.
208
reader.update_runtime_settings(settings)
209
```
0 commit comments