File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
articles/cognitive-services/Computer-vision/how-to Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ The `retrieval:vectorizeImage` API lets you convert an image's data to a vector.
48
48
``` bash
49
49
curl.exe -v -X POST " https://<endpoint>/computervision/retrieval:vectorizeImage?api-version=2023-02-01-preview&modelVersion=latest" -H " Content-Type: application/json" -H " Ocp-Apim-Subscription-Key: <subscription-key>" --data-ascii "
50
50
{
51
- 'url':'https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/Atomist_quote_from_Democritus.png/338px-Atomist_quote_from_Democritus .png'
51
+ 'url':'https://learn.microsoft.com/azure/cognitive-services/computer-vision/media/quickstarts/presentation .png'
52
52
}"
53
53
```
54
54
Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ The `imageanalysis:analyze` API does ordinary Image Analysis operations. By spec
429
429
430
430
``` bash
431
431
curl.exe -v -X POST " https://<endpoint>/computervision/imageanalysis:analyze?model-version=<model-name>&api-version=2023-02-01-preview" -H " Content-Type: application/json" -H " Ocp-Apim-Subscription-Key: <subscription-key>" --data-ascii "
432
- {'url':'https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/Atomist_quote_from_Democritus.png/338px-Atomist_quote_from_Democritus .png'
432
+ {'url':'https://learn.microsoft.com/azure/cognitive-services/computer-vision/media/quickstarts/presentation .png'
433
433
}"
434
434
```
435
435
You can’t perform that action at this time.
0 commit comments