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/Speech-Service/speech-container-cstt.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,13 +213,13 @@ ApiKey={API_KEY}
213
213
214
214
# [Disconnected container run](#tab/disconnected)
215
215
216
-
To run disconnected containers (not connected to the internet), you must submit [this 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#request-access-to-use-containers-in-disconnected-environments).
216
+
To run disconnected containers (not connected to the internet), you must submit [this 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 Cognitive Services documentation.
217
217
218
218
If you have been approved to run the container disconnected from the internet, the following example shows the formatting of the `docker run` command to use, with placeholder values. Replace these placeholder values with your own values.
219
219
220
220
In order to prepare and configure the Custom Speech-to-Text container you will need two separate speech resources:
221
221
222
-
1. A regular Azure Speech Service resource which is either configured to use a "**S0 - Standard**" pricing tier or a "**Speech to Text (Custom)**" commitment tier pricing plan. This will be used to train, download, and configure your custom speech models for use in your container.
222
+
1. A regular Azure Speech Service resource which is either configured to use a "**S0 - Standard**" pricing tier or a "**Speech to Text (Custom)**" commitment tier pricing plan. This is used to train, download, and configure your custom speech models for use in your container.
223
223
1. An Azure Speech Service resource which is configured to use the "**DC0 Commitment (Disconnected)**" pricing plan. This is used to download your disconnected container license file required to run the container in disconnected mode.
224
224
225
225
Download the docker container and run it to get the required speech model as [described above](#get-the-container-image-with-docker-pull) using the regular Azure Speech resource. Next, you will need to download your disconnected license file.
@@ -228,7 +228,7 @@ The `DownloadLicense=True` parameter in your `docker run` command will download
228
228
229
229
| Placeholder | Description |
230
230
|-------------|-------|
231
-
|`{IMAGE}`| The container image you want to use.<br/><br/>For example: `mcr.microsoft.com/azure-cognitive-services/speech-to-text`|
231
+
|`{IMAGE}`| The container image you want to use.<br/><br/>For example: `mcr.microsoft.com/azure-cognitive-services/custom-speech-to-text:latest`|
232
232
|`{LICENSE_MOUNT}`| The path where the license will be downloaded, and mounted.<br/><br/>For example: `/host/license:/path/to/license/directory`|
233
233
|`{ENDPOINT_URI}`| The endpoint for authenticating your service request. You can find it on your resource's **Key and endpoint** page, on the Azure portal.<br/><br/>For example: `https://<your-resource-name>.cognitiveservices.azure.com`|
234
234
|`{API_KEY}`| The key for your Speech resource. You can find it on your resource's **Key and endpoint** page, on the Azure portal. |
@@ -255,7 +255,7 @@ Placeholder | Value | Format or example |
255
255
`{MEMORY_SIZE}` | The appropriate size of memory to allocate for your container. | `4g` |
256
256
|`{NUMBER_CPUS}`| The appropriate number of CPUs to allocate for your container. |`4`|
257
257
|`{LICENSE_MOUNT}`| The path where the license will be located and mounted. |`/host/license:/path/to/license/directory`|
258
-
|`{OUTPUT_PATH}`| The output path for logging[usage records](../containers/disconnected-containers.md#usage-records). |`/host/output:/path/to/output/directory`|
258
+
|`{OUTPUT_PATH}`| The output path for logging.<br/><br/>For example: `/host/output:/path/to/output/directory`<br/><br/>For more information, see [usage records](../containers/disconnected-containers.md#usage-records) in the Azure Cognitive Services documentation.|
259
259
|`{MODEL_PATH}`| The path where the model is located. |`/path/to/model/`|
260
260
|`{CONTAINER_LICENSE_DIRECTORY}`| Location of the license folder on the container's local filesystem. |`/path/to/license/directory`|
261
261
|`{CONTAINER_OUTPUT_DIRECTORY}`| Location of the output folder on the container's local filesystem. |`/path/to/output/directory`|
The [Custom Speech-to-Text](../speech-service/speech-container-howto.md?tabs=cstt) container provides a default directory for writing the license file and billing log at runtime. The default directories are /license and /output respectively.
274
+
The Custom Speech-to-Text container provides a default directory for writing the license file and billing log at runtime. The default directories are /license and /output respectively.
275
275
276
276
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.
277
277
@@ -303,6 +303,6 @@ You can get custom pronunciation results in the output. All you need to do is ha
303
303
304
304
* Review [configure containers](speech-container-configuration.md) for configuration settings.
305
305
* Learn how to [use Speech service containers with Kubernetes and Helm](speech-container-howto-on-premises.md).
306
-
* Use more [Cognitive Services containers](../cognitive-services-container-support.md).
306
+
* Use more [Azure Cognitive Services containers](../cognitive-services-container-support.md).
By using containers, you can use a subset of the Speech service features in your own environment. In this article, you'll learn how to download, install, and run a Speech container.
19
19
20
20
> [!NOTE]
21
-
> Connected and disconnected container pricing and commitment tiers vary. For more information, see [Speech Services pricing](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/).
21
+
> Disconnected container pricing and commitment tiers vary from standard containers. For more information, see [Speech Services pricing](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/).
22
22
23
23
## Prerequisites
24
24
@@ -199,13 +199,13 @@ The container will test for network connectivity to the billing endpoint.
199
199
200
200
## Run disconnected containers
201
201
202
-
Tu run disconnected containers (not connected to the internet), you must submit [this 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#request-access-to-use-containers-in-disconnected-environments).
202
+
Tu run disconnected containers (not connected to the internet), you must submit [this 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 Cognitive Services documentation.
203
203
204
204
205
205
## Next steps
206
206
207
207
* Review [configure containers](speech-container-configuration.md) for configuration settings.
208
208
* Learn how to [use Speech service containers with Kubernetes and Helm](speech-container-howto-on-premises.md).
209
-
* Use more [Cognitive Services containers](../cognitive-services-container-support.md).
209
+
* Use more [Azure Cognitive Services containers](../cognitive-services-container-support.md).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/speech-container-lid.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ This command:
111
111
112
112
# [Disconnected container run](#tab/disconnected)
113
113
114
-
To run disconnected containers (not connected to the internet), you must submit [this 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#request-access-to-use-containers-in-disconnected-environments).
114
+
To run disconnected containers (not connected to the internet), you must submit [this 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 Cognitive Services documentation.
115
115
116
116
If you have been approved to run the container disconnected from the internet, the following example shows the formatting of the `docker run` command to use, with placeholder values. Replace these placeholder values with your own values.
117
117
@@ -146,7 +146,7 @@ Placeholder | Value | Format or example |
146
146
`{MEMORY_SIZE}` | The appropriate size of memory to allocate for your container.<br/><br/>For example: `4g` |
147
147
|`{NUMBER_CPUS}`| The appropriate number of CPUs to allocate for your container.<br/><br/>For example: `4`|
148
148
|`{LICENSE_MOUNT}`| The path where the license will be located and mounted.<br/><br/>For example: `/host/license:/path/to/license/directory`|
149
-
|`{OUTPUT_PATH}`| The output path for logging[usage records](../containers/disconnected-containers.md#usage-records).<br/><br/>For example: `/host/output:/path/to/output/directory`|
149
+
|`{OUTPUT_PATH}`| The output path for logging.<br/><br/>For example: `/host/output:/path/to/output/directory`<br/><br/>For more information, see [usage records](../containers/disconnected-containers.md#usage-records) in the Azure Cognitive Services documentation.|
150
150
|`{CONTAINER_LICENSE_DIRECTORY}`| Location of the license folder on the container's local filesystem.<br/><br/>For example: `/path/to/license/directory`|
151
151
|`{CONTAINER_OUTPUT_DIRECTORY}`| Location of the output folder on the container's local filesystem.<br/><br/>For example: `/path/to/output/directory`|
152
152
@@ -197,6 +197,6 @@ Increasing the number of concurrent calls can affect reliability and latency. Fo
197
197
198
198
* Review [configure containers](speech-container-configuration.md) for configuration settings.
199
199
* Learn how to [use Speech service containers with Kubernetes and Helm](speech-container-howto-on-premises.md).
200
-
* Use more [Cognitive Services containers](../cognitive-services-container-support.md).
200
+
* Use more [Azure Cognitive Services containers](../cognitive-services-container-support.md).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/speech-container-ntts.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ This command:
109
109
110
110
# [Disconnected container run](#tab/disconnected)
111
111
112
-
To run disconnected containers (not connected to the internet), you must submit [this 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#request-access-to-use-containers-in-disconnected-environments).
112
+
To run disconnected containers (not connected to the internet), you must submit [this 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 Cognitive Services documentation.
113
113
114
114
If you have been approved to run the container disconnected from the internet, the following example shows the formatting of the `docker run` command to use, with placeholder values. Replace these placeholder values with your own values.
115
115
@@ -144,7 +144,7 @@ Placeholder | Value | Format or example |
144
144
`{MEMORY_SIZE}` | The appropriate size of memory to allocate for your container.<br/><br/>For example: `4g` |
145
145
|`{NUMBER_CPUS}`| The appropriate number of CPUs to allocate for your container.<br/><br/>For example: `4`|
146
146
|`{LICENSE_MOUNT}`| The path where the license will be located and mounted.<br/><br/>For example: `/host/license:/path/to/license/directory`|
147
-
|`{OUTPUT_PATH}`| The output path for logging[usage records](../containers/disconnected-containers.md#usage-records).<br/><br/>For example: `/host/output:/path/to/output/directory`|
147
+
|`{OUTPUT_PATH}`| The output path for logging.<br/><br/>For example: `/host/output:/path/to/output/directory`<br/><br/>For more information, see [usage records](../containers/disconnected-containers.md#usage-records) in the Azure Cognitive Services documentation.|
148
148
|`{CONTAINER_LICENSE_DIRECTORY}`| Location of the license folder on the container's local filesystem.<br/><br/>For example: `/path/to/license/directory`|
149
149
|`{CONTAINER_OUTPUT_DIRECTORY}`| Location of the output folder on the container's local filesystem.<br/><br/>For example: `/path/to/output/directory`|
150
150
@@ -187,6 +187,6 @@ For more information about `docker run` with Speech containers, see [Install and
187
187
188
188
* Review [configure containers](speech-container-configuration.md) for configuration settings.
189
189
* Learn how to [use Speech service containers with Kubernetes and Helm](speech-container-howto-on-premises.md).
190
-
* Use more [Cognitive Services containers](../cognitive-services-container-support.md).
190
+
* Use more [Azure Cognitive Services containers](../cognitive-services-container-support.md).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/speech-container-overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,19 +29,19 @@ The following table lists the Speech containers available in the Microsoft Conta
29
29
30
30
| Container | Features | Supported versions and locales |
31
31
|--|--|--|
32
-
|[Speech-to-text](speech-container-stt.md)| Analyzes sentiment and transcribes continuous real-time speech or batch audio recordings with intermediate results. | Latest: 3.12.0<br/><br/>For all supported versions and locales, see the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/speech-to-text/tags) and [JSON tags](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/speech-to-text/tags/list).|
33
-
|[Custom speech-to-text](speech-container-cstt.md)| Using a custom model from the [Custom Speech portal](https://speech.microsoft.com/customspeech), transcribes continuous real-time speech or batch audio recordings into text with intermediate results. | Latest: 3.12.0<br/><br/>For all supported versions and locales, see the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/custom-speech-to-text/tags) and [JSON tags](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/speech-to-text/tags/list). |
32
+
|[Speech-to-text](speech-container-stt.md)| Analyzes sentiment and transcribes continuous real-time speech or batch audio recordings with intermediate results. | Latest: 3.13.0<br/><br/>For all supported versions and locales, see the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/speech-to-text/tags) and [JSON tags](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/speech-to-text/tags/list).|
33
+
|[Custom speech-to-text](speech-container-cstt.md)| Using a custom model from the [Custom Speech portal](https://speech.microsoft.com/customspeech), transcribes continuous real-time speech or batch audio recordings into text with intermediate results. | Latest: 3.13.0<br/><br/>For all supported versions and locales, see the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/custom-speech-to-text/tags) and [JSON tags](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/speech-to-text/tags/list). |
34
34
|[Speech language identification](speech-container-lid.md)<sup>1, 2</sup> | Detects the language spoken in audio files. | Latest: 1.11.0<br/><br/>For all supported versions and locales, see the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/language-detection/tags) and [JSON tags](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/language-detection/tags/list). |
35
-
|[Neural text-to-speech](speech-container-ntts.md)| Converts text to natural-sounding speech by using deep neural network technology, which allows for more natural synthesized speech. | Latest: 2.11.0<br/><br/>For all supported versions and locales, see the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/neural-text-to-speech/tags) and [JSON tags](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/neural-text-to-speech/tags/list). |
35
+
|[Neural text-to-speech](speech-container-ntts.md)| Converts text to natural-sounding speech by using deep neural network technology, which allows for more natural synthesized speech. | Latest: 2.12.0<br/><br/>For all supported versions and locales, see the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/neural-text-to-speech/tags) and [JSON tags](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/neural-text-to-speech/tags/list). |
36
36
37
37
<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.
38
-
<sup>2</sup> Only available as a connected container. A disconnected container isn't generally available.
38
+
<sup>2</sup> Not available as a disconnected container.
39
39
40
40
## Request approval to run the container
41
41
42
42
To use the Speech containers, you must submit one of the following request forms and wait for approval:
43
43
-[Connected containers request form](https://aka.ms/csgate) if you want to run containers regularly, in environments that are only connected to the internet.
44
-
-[Disconnected Container request form](https://aka.ms/csdisconnectedcontainers) if you want to run containers in environments that can either be connected or 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#request-access-to-use-containers-in-disconnected-environments).
44
+
-[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 Cognitive Services documentation.
45
45
46
46
The form requests information about you, your company, and the user scenario for which you'll use the container.
0 commit comments