You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/features/use-runtimesettings-or-templates.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ Basic steps:
139
139
140
140
1. Build a JSON template and configure the required parameters
141
141
2. Save the template to a file or convert it to string
142
-
3. Call method `InitSettingsFromFile` or `InitSettings` to apply the settings
142
+
3. Call method `InitSettingsFromFile`(or `InitSettings` if you are using the JavaScript edition) to apply the settings
143
143
144
144
> Read [Parameter Template Structure]({{ site.parameters }}structure-and-interfaces-of-parameters.html) to learn more about the structure of templates.
145
145
@@ -173,7 +173,7 @@ The following steps demonstrates how to specify barcode formats via `JSON Templa
173
173
174
174
* Save the above template to file `setting.json` or Convert the above content into a string format for the respective programming language.
175
175
176
-
* Call method `InitSettingsFromFile` or `InitSettings` to apply the settings
176
+
* Call method `InitSettingsFromFile`(or `InitSettings` if you are using the JavaScript edition) to apply the settings
177
177
178
178
<divclass="sample-code-prefix template2"></div>
179
179
>- JavaScript
@@ -187,7 +187,6 @@ The following steps demonstrates how to specify barcode formats via `JSON Templa
187
187
>
188
188
```javascript
189
189
// `router` is an instance of `CaptureVisionRouter`.
190
-
// In the JS edition, the method name we use for initialization is different.
0 commit comments