You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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
58
58
59
59
### Speech containers
60
60
61
-
> [!NOTE]
62
-
> To use Speech containers, you will need to complete an [online request form](https://aka.ms/csgate).
63
-
64
61
| Service | Container | Description | Availability |
65
62
|--|--|--|--|
66
63
|[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). |
67
64
|[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). |
68
65
|[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|
70
67
71
68
### Vision containers
72
69
73
70
74
71
| Service | Container | Description | Availability |
75
72
|--|--|--|--|
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). |
77
74
|[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 |
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.
21
21
22
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
-
>
25
23
> 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.
26
24
27
25
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).
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.
21
21
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
-
25
22
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).
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/speech-container-overview.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,9 @@ The following table lists the Speech containers available in the Microsoft Conta
34
34
<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.
35
35
<sup>2</sup> Not available as a disconnected container.
36
36
37
-
## Request approval to run the container
37
+
## Request approval to run containers disconnected from the internet
38
38
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.
42
40
43
41
The form requests information about you, your company, and the user scenario for which you'll use the container.
44
42
@@ -48,11 +46,6 @@ The form requests information about you, your company, and the user scenario for
48
46
49
47
After you submit the form, the Azure AI services team reviews it and emails you with a decision within 10 business days.
50
48
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
-
56
49
## Billing
57
50
58
51
The Speech containers send billing information to Azure by using a Speech resource on your Azure account.
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.
21
21
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
-
25
22
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).
0 commit comments