We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5af3e commit 0f5c9bcCopy full SHA for 0f5c9bc
articles/cognitive-services/Computer-vision/how-to/image-retrieval.md
@@ -49,6 +49,8 @@ curl.exe -v -X POST "https://<endpoint>/computervision/retrieval:vectorizeImage?
49
}"
50
```
51
52
+To vectorize a local image, you'd put the binary image data in the HTTP request body.
53
+
54
The API call returns an **vector** JSON object, which defines the image's coordinates in the high-dimensional vector space.
55
56
```json
0 commit comments