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
Copy file name to clipboardExpand all lines: articles/cognitive-services/cognitive-services-container-support.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Azure Cognitive Services containers provide the following set of Docker containe
66
66
|[Speech Service API][sp-containers-cstt]|**Custom Speech-to-text** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-custom-speech-to-text)) | Transcribes continuous real-time speech into text using a custom model. | Generally available |
67
67
|[Speech Service API][sp-containers-tts]|**Text-to-speech** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-text-to-speech)) | Converts text to natural-sounding speech. | Generally available |
68
68
|[Speech Service API][sp-containers-ctts]|**Custom Text-to-speech** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-custom-text-to-speech)) | Converts text to natural-sounding speech using a custom model. | Gated preview |
69
-
|[Speech Service API][sp-containers-ntts]|**Neural Text-to-speech** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-neural-text-to-speech)) | Converts text to natural-sounding speech using deep neural network technology, allowing for more natural synthesized speech. | Generally available. |
69
+
|[Speech Service API][sp-containers-ntts]|**Neural Text-to-speech** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-neural-text-to-speech)) | Converts text to natural-sounding speech using deep neural network technology, allowing for more natural synthesized speech. | Generally available. <br> container can also [run in disconnected environments](containers/disconnected-containers.md). |
70
70
|[Speech Service API][sp-containers-lid]|**Speech language detection** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-language-detection)) | Determines the language of spoken audio. | Gated preview |
Copy file name to clipboardExpand all lines: articles/cognitive-services/containers/disconnected-container-faq.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ metadata:
8
8
manager: nitinme
9
9
ms.service: cognitive-services
10
10
ms.topic: faq
11
-
ms.date: 02/24/2022
11
+
ms.date: 03/11/2022
12
12
ms.author: aahi
13
13
title: FAQ for Azure Cognitive Services disconnected containers
14
14
summary: |
@@ -21,6 +21,7 @@ sections:
21
21
Disconnected containers are offered through commitment tier pricing, each offering a discounted rate compared to the pay-as-you-go pricing model. With commitment tier pricing, you can commit to using the following Cognitive Services features for a fixed fee, enabling you to have a predictable total cost based on the needs of your workload.
Copy file name to clipboardExpand all lines: articles/cognitive-services/containers/disconnected-containers.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: aahill
7
7
manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.topic: reference
10
-
ms.date: 01/20/2022
10
+
ms.date: 03/11/2022
11
11
ms.author: aahi
12
12
---
13
13
@@ -16,6 +16,7 @@ ms.author: aahi
16
16
Containers enable you to run Cognitive Services APIs in your own environment, and are great for your specific security and data governance requirements. Disconnected containers enable you to use several of these APIs completely disconnected from the internet. Currently, the following containers can be run in this manner:
17
17
18
18
*[Speech to Text (Standard)](../speech-service/speech-container-howto.md?tabs=stt)
19
+
*[Neural Text to Speech](../speech-service/speech-container-howto.md?tabs=ntts)
@@ -113,7 +114,7 @@ After you have configured the container, use the next section to run the contain
113
114
## Run the container in a disconnected environment
114
115
115
116
> [!IMPORTANT]
116
-
> If you're using the Translator or Speech-to-text containers, read the **Additional parameters** section below for information on commands or additional parameters you will need to use.
117
+
> If you're using the Translator, Neural text-to-speech, or Speech-to-text containers, read the **Additional parameters** section below for information on commands or additional parameters you will need to use.
117
118
118
119
Once the license file has been downloaded, you can run the container in a disconnected environment. The following example shows the formatting of the `docker run` command you'll use, with placeholder values. Replace these placeholder values with your own values.
119
120
@@ -148,9 +149,9 @@ If you're using the [Translator container](../translator/containers/translator-h
#### Speech-to-text and Neural text-to-speech containers
152
153
153
-
The [speech-to-text container](../speech-service/speech-container-howto.md?tabs=stt)provides two default directories, `license` and `output`, by default for writing the license file and billing log at runtime. When you're mounting these directories to the container with the `docker run -v` command, make sure the local machine directory is set ownership to `user:group nonroot:nonroot` before running the container.
154
+
The [speech-to-text](../speech-service/speech-container-howto.md?tabs=stt)and [neural text-to-speech](../speech-service/speech-container-howto.md?tabs=ntts) containers provide a default directory for writing the license file and billing log at runtime. When you're mounting these directories to the container with the `docker run -v` command, make sure the local machine directory is set ownership to `user:group nonroot:nonroot` before running the container.
154
155
155
156
Below is a sample command to set file/directory ownership.
0 commit comments