Skip to content

Commit 1b76c13

Browse files
authored
Update difference-between-bestspeed-and-bestcoverage.md
1 parent a8f3777 commit 1b76c13

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

programming/javascript/faq/difference-between-bestspeed-and-bestcoverage.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ needAutoGenerateSidebar: false
1010

1111
[<< Back to FAQ index](index.md)
1212

13-
`speed`, as the name suggests, prioritizes time cost over the accuracy of the results, and `coverage` is vice versa.
13+
`SpeedFirst`, as the name suggests, prioritizes time cost over the accuracy of the results, and `ReadRateFirst` is vice versa.
1414

15-
`balance` is the perfect middle ground between `speed` and `coverage`.
15+
`Balance` is the perfect middle ground between `SpeedFirst` and `ReadRateFirst`.
1616

17-
Lastly, the `single` template is optimized for interactive video scenarios, and is the default mode when using the `BarcodeScanner` class.
17+
Lastly, the `Single` template is optimized for interactive video scenarios, and is the default mode.
18+
19+
To choose the proper template that you want the SDK to utilize and learn about some of the other templates we offer, please use the [PresetTemplate](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/capture-vision-router/preset-templates.html?product=dbr&lang=javascript).
1820

1921
In terms of the individual settings, if you would like to learn of the exact breakdown between the different templates, please contact the [Dynamsoft support team](https://www.dynamsoft.com/contact/).
2022

21-
To choose the runtime settings template that you want the SDK to utilize and learn about some of the other templates we offer, please use the [updateRuntimeSettings](https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/BarcodeReader.html#updateruntimesettings) method.

0 commit comments

Comments
 (0)