Skip to content

Commit 0f5c9bc

Browse files
committed
add note on local image
1 parent 2c5af3e commit 0f5c9bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/cognitive-services/Computer-vision/how-to/image-retrieval.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ curl.exe -v -X POST "https://<endpoint>/computervision/retrieval:vectorizeImage?
4949
}"
5050
```
5151

52+
To vectorize a local image, you'd put the binary image data in the HTTP request body.
53+
5254
The API call returns an **vector** JSON object, which defines the image's coordinates in the high-dimensional vector space.
5355

5456
```json

0 commit comments

Comments
 (0)