Skip to content

Commit 5781ed8

Browse files
Merge pull request #230182 from PatrickFarley/comvis-4
[cog svcs] fix link
2 parents f2c54b5 + 0f5c9bc commit 5781ed8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/cognitive-services/Computer-vision/how-to/background-removal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This guide assumes you've already [created a Computer Vision resource](https://p
2323
2424
## Submit data to the service
2525

26-
When calling the **[Segment](https://centraluseuap.dev.cognitive.microsoft.com/docs/services/unified-vision-apis-public-preview-2023-02-01-preview/operations/63e6b6d9217d201194bbecbd )** API, you specify the image's URL by formatting the request body like this: `{"url":"https://docs.microsoft.com/azure/cognitive-services/computer-vision/images/windows-kitchen.jpg"}`.
26+
When calling the **[Segment](https://centraluseuap.dev.cognitive.microsoft.com/docs/services/unified-vision-apis-public-preview-2023-02-01-preview/operations/63e6b6d9217d201194bbecbd)** API, you specify the image's URL by formatting the request body like this: `{"url":"https://docs.microsoft.com/azure/cognitive-services/computer-vision/images/windows-kitchen.jpg"}`.
2727

2828
To analyze a local image, you'd put the binary image data in the HTTP request body.
2929

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)