Skip to content

Commit 2afd912

Browse files
update to internal commit 7e601acf
1 parent e72baea commit 2afd912

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

programming/javascript/api-reference/capture-vision-router/multiple-image-processing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ startCapturing(templateName?: string): Promise<void>;
338338

339339
**Parameters**
340340

341-
`templateName`: specifies a "CaptureVisionTemplate" to use. If not specified, "Default" is used.
341+
`templateName`: specifies a "CaptureVisionTemplate" to use. If not specified, the preset template named 'Default' will be used.
342342

343343
There are two types of CaptureVisionTemplates: the [preset ones](./preset-templates.md) which come with the SDK and the custom ones that get initialized when the user calls [initSettings](./settings.md#initsettings).
344344

programming/javascript/api-reference/capture-vision-router/single-image-processing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ capture(imageOrFile: Blob | HTMLImageElement | HTMLCanvasElement | HTMLVideoElem
2929

3030
`imageOrFile`: specifies the image or file to be processed. The following data types are accepted: `Blob`, `HTMLImageElement`, `HTMLCanvasElement`, `HTMLVideoElement`, `DSImageData`, `string`.
3131

32-
`templateName`: specifies a "CaptureVisionTemplate" to use. If not specified, "Default" is used.
32+
`templateName`: specifies a "CaptureVisionTemplate" to use. If not specified, the preset template named 'Default' will be used.
3333

3434
There are two types of CaptureVisionTemplates: the [preset ones](./preset-templates.md) which come with the SDK and the custom ones that get initialized when the user calls [initSettings](./settings.md#initsettings).
3535

0 commit comments

Comments
 (0)