Skip to content

Commit 5118368

Browse files
update to internal commit 08337878
1 parent d49f7d5 commit 5118368

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ capture(imageOrFile: Blob | HTMLImageElement | HTMLCanvasElement | HTMLVideoElem
2727

2828
**Parameters**
2929

30-
`imageOrFile`: specifies the image or file to be processed. The following data types are accepted: `Blob`, `HTMLImageElement`, `HTMLCanvasElement`, `HTMLVideoElement`, `DSImageData`, `string`.
30+
`imageOrFile`: specifies the image or file to be processed.
31+
32+
>The following data types are accepted: `Blob`, `HTMLImageElement`, `HTMLCanvasElement`, `HTMLVideoElement`, `DSImageData`, `string`.
33+
>
34+
>The supported image formats include: `.jpg`,`.jpeg`,`.icon`,`.gif`,`.svg`,`.webp`,`.png`,`.bmp`.
3135
3236
`templateName`: specifies a "CaptureVisionTemplate" to use. If not specified, the preset template named 'Default' will be used.
3337

0 commit comments

Comments
 (0)