Skip to content

Commit a516f7b

Browse files
authored
Merge pull request #230134 from PatrickFarley/comvis-4
[cog svcs] Comvis 4
2 parents 791c401 + 5c3c09a commit a516f7b

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

articles/cognitive-services/Computer-vision/concept-background-removal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ It's important to note the limitations of background removal:
5454

5555
## Use the API
5656

57-
The background removal feature is available through the [Image Analysis - Segment](https://aka.ms/vision-4-0-ref) API (`imageanalysis:segment`). You can call this API through REST calls. See the [Background removal how-to guide](./how-to/background-removal.md) for more information.
57+
The background removal feature is available through the [Segment](https://centraluseuap.dev.cognitive.microsoft.com/docs/services/unified-vision-apis-public-preview-2023-02-01-preview/operations/63e6b6d9217d201194bbecbd) API (`imageanalysis:segment`). You can call this API through REST calls. See the [Background removal how-to guide](./how-to/background-removal.md) for more information.
5858

5959
## Next steps
6060

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Remove the background in images
33
titleSuffix: Azure Cognitive Services
4-
description: Learn how to call the Image Analysis - Segment API to isolate and remove the background from images.
4+
description: Learn how to call the Segment API to isolate and remove the background from images.
55
services: cognitive-services
66
manager: nitinme
77

@@ -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 **Image Analysis - Segment** API, you specify the image's URL by formatting the request body like this: `{"url":"https://learn.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/toc.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,26 @@ items:
108108
href: quickstarts-sdk/image-analysis-client-library-40.md
109109
- name: Version 3.2 quickstart
110110
href: quickstarts-sdk/image-analysis-client-library.md
111-
- name: Samples
112-
href: /samples/browse/?products=azure&terms=analyze-image
111+
- name: Samples
112+
items:
113+
- name: Version 4.0 (preview)
114+
items:
115+
- name: Azure Image Analysis samples
116+
href: https://github.com/Azure-Samples/azure-ai-vision-sdk/tree/main/samples
117+
- name: Version 3.2
118+
items:
119+
- name: Cognitive Services .NET SDK samples
120+
href: https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples
121+
- name: Cognitive Services Java SDK samples
122+
href: https://github.com/Azure-Samples/cognitive-services-java-sdk-samples
123+
- name: Cognitive Services Node.js SDK samples
124+
href: https://github.com/Azure-Samples/cognitive-services-node-sdk-samples
125+
- name: JavaScript Static Web app
126+
href: https://github.com/azure-samples/js-e2e-client-cognitive-services/tree/main/
127+
- name: Cognitive Services Python SDK samples
128+
href: https://github.com/Azure-Samples/cognitive-services-python-sdk-samples
129+
- name: Cognitive Services Go SDK Samples
130+
href: https://github.com/Azure-Samples/azure-sdk-for-go-samples/tree/master/cognitiveservices
113131
- name: Responsible use of AI
114132
items:
115133
- name: Transparency note

0 commit comments

Comments
 (0)