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.
2 parents 94766e7 + 658c210 commit 09c5c10Copy full SHA for 09c5c10
programming/features/barcode-scan-region-v9.6.32.md
@@ -96,11 +96,11 @@ try? barcodeReader.updateRuntimeSettings(settings!)
96
```python
97
# Obtain current runtime settings of `reader` instance.
98
settings = reader.get_runtime_settings()
99
-settings.region.region_top = 10
100
-settings.region.region_bottom = 90
101
-settings.region.region_left = 10
102
-settings.region.region_right = 90
103
-settings.region.region_measured_by_percentage = 1
+settings.region_top = 10
+settings.region_bottom = 90
+settings.region_left = 10
+settings.region_right = 90
+settings.region_measured_by_percentage = 1
104
# Update the settings.
105
reader.update_runtime_settings(settings)
106
```
0 commit comments