Skip to content

Commit c8bebf9

Browse files
authored
Merge pull request #277457 from PatrickFarley/comvis-updates
Comvis updates
2 parents fe177b1 + 8fd847b commit c8bebf9

21 files changed

+97
-70
lines changed

articles/ai-services/computer-vision/concept-background-removal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ms.service: azure-ai-vision
1010
ms.topic: conceptual
1111
ms.date: 01/19/2024
1212
ms.author: pafarley
13-
ms.custom: references_regions
1413
---
1514

1615
# Background removal (version 4.0 preview)
@@ -27,7 +26,7 @@ This feature provides two possible outputs based on the customer's needs:
2726
- An alpha matte that shows the opacity of the detected foreground object. This matte can be used to separate the foreground object from the background for further processing.
2827

2928
> [!IMPORTANT]
30-
> Background removal is only available in the following Azure regions: East US, France Central, Korea Central, North Europe, Southeast Asia, West Europe, West US.
29+
> Background removal is only available in certain Azure regions. See [Region availability](./overview-image-analysis.md#region-availability).
3130
3231
## Background removal examples
3332

articles/ai-services/computer-vision/concept-describe-images-40.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ms.service: azure-ai-vision
1010
ms.topic: conceptual
1111
ms.date: 01/19/2024
1212
ms.author: pafarley
13-
ms.custom: references_regions
1413
---
1514

1615
# Image captions (version 4.0)
@@ -21,7 +20,7 @@ Caption generates a one-sentence description for all image contents. Dense Capti
2120
At this time, image captioning is available in English only.
2221

2322
> [!IMPORTANT]
24-
> Image captioning in Image Analysis 4.0 is only available in the following Azure data center regions: East US, France Central, Korea Central, North Europe, Southeast Asia, West Europe, West US, East Asia. You must use a Vision resource located in one of these regions to get results from Caption and Dense Captions features.
23+
> Image captioning in Image Analysis 4.0 is only available in certain Azure data center regions: see [Region availability](./overview-image-analysis.md#region-availability). You must use a Vision resource located in one of these regions to get results from Caption and Dense Captions features.
2524
>
2625
> If you have to use a Vision resource outside these regions to generate image captions, please use [Image Analysis 3.2](concept-describing-images.md) which is available in all Azure AI Vision regions.
2726

articles/ai-services/computer-vision/concept-shelf-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: azure-ai-vision
1010
ms.topic: conceptual
1111
ms.date: 02/14/2024
1212
ms.author: pafarley
13-
ms.custom: references_regions, build-2023, build-2023-dataai
13+
ms.custom: build-2023, build-2023-dataai
1414
---
1515

1616
# Product Recognition (version 4.0 preview)
@@ -172,7 +172,7 @@ It returns a JSON response that accounts for each position in the planogram docu
172172

173173
## Limitations
174174

175-
* Product Recognition is only available in the **East US** and **West US 2** Azure regions.
175+
* Product Recognition is only available in certain [Azure regions](./overview-image-analysis.md#region-availability).
176176
* Shelf images can be up to 20 MB in size. The recommended size is 4 MB.
177177
* We recommend you do [stitching and rectification](./how-to/shelf-modify-images.md) on the shelf images before uploading them for analysis.
178178
* Using a [custom model](./how-to/shelf-model-customization.md) is optional in Product Recognition, but it's required for the [planogram matching](./how-to/shelf-planogram.md) function.

articles/ai-services/computer-vision/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sections:
2929
- question: |
3030
The service is throwing an error because my image file is too large. How can I work around this?
3131
answer: |
32-
The file size limit for most Azure AI Vision features is 4 MB for the 3.2 version of the API and 20MB for the 4.0 version, and the client library SDKs can handle files up to 6 MB. For more information, see the [Image Analysis input limits](overview-image-analysis.md#image-requirements).
32+
The file size limit for most Azure AI Vision features is 4 MB for the 3.2 version of the API and 20MB for the 4.0 version, and the client library SDKs can handle files up to 6 MB. For more information, see the [Image Analysis input limits](overview-image-analysis.md#input-requirements).
3333
3434
- question: |
3535
Can I send multiple images in a single API call to the Azure AI Vision service?

articles/ai-services/computer-vision/how-to/background-removal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.author: pafarley
99
ms.service: azure-ai-vision
1010
ms.topic: how-to
1111
ms.date: 01/19/2024
12-
ms.custom: references_regions
1312
---
1413

1514
# Remove the background in images
@@ -29,7 +28,7 @@ This guide assumes you have successfully followed the steps mentioned in the [qu
2928
The [quickstart](../quickstarts-sdk/image-analysis-client-library-40.md) shows you how to extract visual features from an image. However, the concepts are similar to background removal. Therefore you benefit from starting with the quickstart and making modifications.
3029

3130
> [!IMPORTANT]
32-
> Background removal is only available in the following Azure regions: East US, France Central, Korea Central, North Europe, Southeast Asia, West Europe, West US.
31+
> Background removal is only available in certain Azure regions. See [Region availability](./../overview-image-analysis.md#region-availability)
3332
3433
## Authenticate against the service
3534

articles/ai-services/computer-vision/how-to/call-analyze-image-40.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: pafarley
99
ms.service: azure-ai-vision
1010
ms.topic: how-to
1111
ms.date: 06/01/2024
12-
ms.custom: references_regions, devx-track-python, devx-track-extended-java, devx-track-js
12+
ms.custom: devx-track-python, devx-track-extended-java, devx-track-js
1313
zone_pivot_groups: programming-languages-computer-vision
1414
---
1515

articles/ai-services/computer-vision/how-to/identity-access-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ static void Main(string[] args)
159159
// create Face client object
160160
var faceClient = new FaceClient(new LimitedAccessTokenWithApiKeyClientCredential(apiKey: "<client-face-key>", limitedAccessToken: "<token>"));
161161

162-
faceClient.Endpoint = "https://willtest-eastus2.cognitiveservices.azure.com";
162+
faceClient.Endpoint = "https://mytest-eastus2.cognitiveservices.azure.com";
163163

164164
// use Face client in an API call
165165
using (var stream = File.OpenRead("photo.jpg"))

articles/ai-services/computer-vision/how-to/image-retrieval.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ms.service: azure-ai-vision
1010
ms.topic: how-to
1111
ms.date: 02/20/2024
1212
ms.author: pafarley
13-
ms.custom: references_regions
1413
---
1514

1615
# Do image retrieval using multimodal embeddings (version 4.0)
@@ -20,12 +19,12 @@ The Multimodal embeddings APIs enable the _vectorization_ of images and text que
2019
The `2024-02-01` API includes a multi-lingual model that supports text search in 102 languages. The original English-only model is still available, but it cannot be combined with the new model in the same search index. If you vectorized text and images using the English-only model, these vectors won’t be compatible with multi-lingual text and image vectors.
2120

2221
> [!IMPORTANT]
23-
> These APIs are only available in the following geographic regions: SwedenCentral, EastUS, NorthEurope, WestEurope,WestUS, SoutheastAsia, KoreaCentral, FranceCentral, AustraliaEast, WestUS2, SwitzerlandNorth, JapanEast.
22+
> These APIs are only available in certain geographic regions. See [Region availability](../overview-image-analysis.md#region-availability).
2423
2524
## Prerequisites
2625

2726
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
28-
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="Create a Computer Vision resource" target="_blank">create a Computer Vision resource </a> in the Azure portal to get your key and endpoint. Be sure to create it in one of the permitted geographic regions: SwedenCentral, EastUS, NorthEurope, WestEurope,WestUS, SoutheastAsia, KoreaCentral, FranceCentral, AustraliaEast, WestUS2, SwitzerlandNorth, JapanEast.
27+
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="Create a Computer Vision resource" target="_blank">create a Computer Vision resource </a> in the Azure portal to get your key and endpoint. Be sure to create it in one of the supported geographic regions: see [Region availability](../overview-image-analysis.md#region-availability).
2928
* After it deploys, select **Go to resource**. Copy the key and endpoint to a temporary location to use later on.
3029

3130
## Try out Multimodal embeddings

articles/ai-services/computer-vision/how-to/shelf-analyze.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-vision
88
ms.topic: how-to
99
ms.date: 02/14/2024
1010
ms.author: pafarley
11-
ms.custom: references_regions, build-2023, build-2023-dataai
11+
ms.custom: build-2023, build-2023-dataai
1212
---
1313

1414
# Shelf Product Recognition (preview): Analyze shelf images using pretrained model
@@ -22,7 +22,7 @@ The fastest way to start using Product Recognition is to use the built-in pretra
2222
2323
## Prerequisites
2424
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
25-
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="create a Vision resource" target="_blank">create a Vision resource</a> in the Azure portal. It must be deployed in the **East US** or **West US 2** region. After it deploys, select **Go to resource**.
25+
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="create a Vision resource" target="_blank">create a Vision resource</a> in the Azure portal. It must be deployed in a supported Azure region (see [Region availability](./../overview-image-analysis.md#region-availability)). After it deploys, select **Go to resource**.
2626
* You'll need the key and endpoint from the resource you create to connect your application to the Azure AI Vision service. You'll paste your key and endpoint into the code below later in the guide.
2727
* An Azure Storage resource with a blob storage container. [Create one](/azure/storage/common/storage-account-create?tabs=azure-portal)
2828
* [cURL](https://curl.haxx.se/) installed. Or, you can use a different REST platform, like Swagger or the [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) extension for VS Code.

articles/ai-services/computer-vision/how-to/shelf-modify-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-vision
88
ms.topic: how-to
99
ms.date: 06/01/2024
1010
ms.author: pafarley
11-
ms.custom: references_regions, build-2023
11+
ms.custom: build-2023
1212
---
1313

1414
# Shelf image composition (preview)
@@ -21,7 +21,7 @@ This guide also shows you how to use the **Rectification API** to correct for pe
2121

2222
## Prerequisites
2323
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
24-
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="create a Vision resource" target="_blank">create a Vision resource</a> in the Azure portal. It must be deployed in the **East US** or **West US 2** region. After it deploys, select **Go to resource**.
24+
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="create a Vision resource" target="_blank">create a Vision resource</a> in the Azure portal. It must be deployed in a supported Azure region (see [Region availability](./../overview-image-analysis.md#region-availability)). After it deploys, select **Go to resource**.
2525
* You'll need the key and endpoint from the resource you create to connect your application to the Azure AI Vision service. You'll paste your key and endpoint into the code below later in the quickstart.
2626
* An Azure Storage resource with a blob storage container. [Create one](/azure/storage/common/storage-account-create?tabs=azure-portal)
2727
* [cURL](https://curl.haxx.se/) installed. Or, you can use a different REST platform, like Swagger or the [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) extension for VS Code.

0 commit comments

Comments
 (0)