Skip to content

Commit fc4566a

Browse files
committed
removing gating info
1 parent ff4d966 commit fc4566a

File tree

5 files changed

+8
-26
lines changed

5 files changed

+8
-26
lines changed

articles/ai-services/cognitive-services-container-support.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.custom: cog-serv-seo-aug-2020, ignite-fall-2021
99
ms.service: cognitive-services
1010
ms.topic: overview
11-
ms.date: 07/21/2023
11+
ms.date: 08/28/2023
1212
ms.author: aahi
1313
keywords: on-premises, Docker, container, Kubernetes
1414
#Customer intent: As a potential customer, I want to know more about how Azure AI services provides and supports Docker containers for each service.
@@ -58,22 +58,19 @@ Azure AI containers provide the following set of Docker containers, each of whic
5858

5959
### Speech containers
6060

61-
> [!NOTE]
62-
> To use Speech containers, you will need to complete an [online request form](https://aka.ms/csgate).
63-
6461
| Service | Container | Description | Availability |
6562
|--|--|--|--|
6663
| [Speech Service API][sp-containers-stt] | **Speech to text** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/speech-to-text/about)) | Transcribes continuous real-time speech into text. | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
6764
| [Speech Service API][sp-containers-cstt] | **Custom Speech to text** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/custom-speech-to-text/about)) | Transcribes continuous real-time speech into text using a custom model. | Generally available <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
6865
| [Speech Service API][sp-containers-ntts] | **Neural Text to speech** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/neural-text-to-speech/about)) | Converts text to natural-sounding speech using deep neural network technology, allowing for more natural synthesized speech. | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
69-
| [Speech Service API][sp-containers-lid] | **Speech language detection** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/language-detection/about)) | Determines the language of spoken audio. | Gated preview |
66+
| [Speech Service API][sp-containers-lid] | **Speech language detection** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/language-detection/about)) | Determines the language of spoken audio. | Preview |
7067

7168
### Vision containers
7269

7370

7471
| Service | Container | Description | Availability |
7572
|--|--|--|--|
76-
| [Azure AI Vision][cv-containers] | **Read OCR** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/vision/read/about)) | The Read OCR container allows you to extract printed and handwritten text from images and documents with support for JPEG, PNG, BMP, PDF, and TIFF file formats. For more information, see the [Read API documentation](./computer-vision/overview-ocr.md). | Generally Available. Gated - [request access](https://aka.ms/csgate). <br>This container can also [run in disconnected environments](containers/disconnected-containers.md). |
73+
| [Azure AI Vision][cv-containers] | **Read OCR** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/vision/read/about)) | The Read OCR container allows you to extract printed and handwritten text from images and documents with support for JPEG, PNG, BMP, PDF, and TIFF file formats. For more information, see the [Read API documentation](./computer-vision/overview-ocr.md). | Generally Available. <br>This container can also [run in disconnected environments](containers/disconnected-containers.md). |
7774
| [Spatial Analysis][spa-containers] | **Spatial analysis** ([image](https://mcr.microsoft.com/product/azure-cognitive-services/vision/spatial-analysis/about)) | Analyzes real-time streaming video to understand spatial relationships between people, their movement, and interactions with objects in physical environments. | Preview |
7875

7976
<!--

articles/ai-services/speech-service/speech-container-lid.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.custom: devx-track-extended-java, devx-track-go, devx-track-js, devx-track-python
1111
ms.topic: how-to
12-
ms.date: 04/18/2023
12+
ms.date: 08/28/2023
1313
ms.author: eur
1414
zone_pivot_groups: programming-languages-speech-sdk-cli
1515
keywords: on-premises, Docker, container
@@ -20,8 +20,6 @@ keywords: on-premises, Docker, container
2020
The Speech language identification container detects the language spoken in audio files. You can get real-time speech or batch audio recordings with intermediate results. In this article, you'll learn how to download, install, and run a language identification container.
2121

2222
> [!NOTE]
23-
> You must [request and get approval](speech-container-overview.md#request-approval-to-run-the-container) to use a Speech container.
24-
>
2523
> The Speech language identification container is available in public preview. Containers in preview are still under development and don't meet Microsoft's stability and support requirements.
2624
2725
For more information about prerequisites, validating that a container is running, running multiple containers on the same host, and running disconnected containers, see [Install and run Speech containers with Docker](speech-container-howto.md).

articles/ai-services/speech-service/speech-container-ntts.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.custom: devx-track-extended-java, devx-track-go, devx-track-js, devx-track-python
1111
ms.topic: how-to
12-
ms.date: 04/18/2023
12+
ms.date: 08/28/2023
1313
ms.author: eur
1414
zone_pivot_groups: programming-languages-speech-sdk-cli
1515
keywords: on-premises, Docker, container
@@ -19,9 +19,6 @@ keywords: on-premises, Docker, container
1919

2020
The neural text to speech container converts text to natural-sounding speech by using deep neural network technology, which allows for more natural synthesized speech.. In this article, you'll learn how to download, install, and run a Text to speech container.
2121

22-
> [!NOTE]
23-
> You must [request and get approval](speech-container-overview.md#request-approval-to-run-the-container) to use a Speech container.
24-
2522
For more information about prerequisites, validating that a container is running, running multiple containers on the same host, and running disconnected containers, see [Install and run Speech containers with Docker](speech-container-howto.md).
2623

2724
## Container images

articles/ai-services/speech-service/speech-container-overview.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ The following table lists the Speech containers available in the Microsoft Conta
3434
<sup>1</sup> The container is available in public preview. Containers in preview are still under development and don't meet Microsoft's stability and support requirements.
3535
<sup>2</sup> Not available as a disconnected container.
3636

37-
## Request approval to run the container
37+
## Request approval to run containers disconnected from the internet
3838

39-
To use the Speech containers, you must submit one of the following request forms and wait for approval:
40-
- [Connected containers request form](https://aka.ms/csgate) if you want to run containers regularly, in environments that are only connected to the internet.
41-
- [Disconnected Container request form](https://aka.ms/csdisconnectedcontainers) if you want to run containers in environments that can be disconnected from the internet. For more information about applying and purchasing a commitment plan to use containers in disconnected environments, see [Use containers in disconnected environments](../containers/disconnected-containers.md) in the Azure AI services documentation.
39+
To use the Speech containers in environments that are disconnected from the internet, you must submit a [request form](https://aka.ms/csdisconnectedcontainers) and wait for approval. For more information about applying and purchasing a commitment plan to use containers in disconnected environments, see [Use containers in disconnected environments](../containers/disconnected-containers.md) in the Azure AI services documentation.
4240

4341
The form requests information about you, your company, and the user scenario for which you'll use the container.
4442

@@ -48,11 +46,6 @@ The form requests information about you, your company, and the user scenario for
4846

4947
After you submit the form, the Azure AI services team reviews it and emails you with a decision within 10 business days.
5048

51-
> [!IMPORTANT]
52-
> To use the Speech containers, your request must be approved.
53-
54-
While you're waiting for approval, you can [setup the prerequisites](speech-container-howto.md#prerequisites) on your host computer. You can also download the container from the Microsoft Container Registry (MCR). You can run the container after your request is approved.
55-
5649
## Billing
5750

5851
The Speech containers send billing information to Azure by using a Speech resource on your Azure account.

articles/ai-services/speech-service/speech-container-stt.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.custom: devx-track-extended-java, devx-track-go, devx-track-js, devx-track-python
1111
ms.topic: how-to
12-
ms.date: 04/18/2023
12+
ms.date: 08/28/2023
1313
ms.author: eur
1414
zone_pivot_groups: programming-languages-speech-sdk-cli
1515
keywords: on-premises, Docker, container
@@ -19,9 +19,6 @@ keywords: on-premises, Docker, container
1919

2020
The Speech to text container transcribes real-time speech or batch audio recordings with intermediate results. In this article, you'll learn how to download, install, and run a Speech to text container.
2121

22-
> [!NOTE]
23-
> You must [request and get approval](speech-container-overview.md#request-approval-to-run-the-container) to use a Speech container.
24-
2522
For more information about prerequisites, validating that a container is running, running multiple containers on the same host, and running disconnected containers, see [Install and run Speech containers with Docker](speech-container-howto.md).
2623

2724
## Container images

0 commit comments

Comments
 (0)