Skip to content

Commit ceee4d0

Browse files
committed
locales for containers and embedded
1 parent 661760c commit ceee4d0

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

articles/cognitive-services/Speech-Service/language-support.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ You can also get a list of locales and voices supported for each specific region
2323

2424
Language support varies by Speech service functionality.
2525

26+
> [!NOTE]
27+
> See [Speech Containers](speech-container-howto.md#available-speech-containers) and [Embedded Speech](embedded-speech.md#models-and-voices) separately for their supported languages.
28+
2629
**Choose a Speech feature**
2730

2831
# [Speech-to-text](#tab/stt)

articles/cognitive-services/Speech-Service/speech-container-howto.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,24 @@ By using containers, you can run _some_ of the Azure Cognitive Services Speech s
2020

2121
With Speech containers, you can build a speech application architecture that's optimized for both robust cloud capabilities and edge locality. Several containers are available, which use the same [pricing](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/) as the cloud-based Azure Speech services.
2222

23+
## Available Speech containers
24+
2325
> [!IMPORTANT]
2426
> We retired the standard speech synthesis voices and text-to-speech container on August 31, 2021. Consider migrating your applications to use the neural text-to-speech container instead. For more information on updating your application, see [Migrate from standard voice to prebuilt neural voice](./how-to-migrate-to-prebuilt-neural-voice.md).
2527
26-
| Container | Features | Latest | Release status |
27-
|--|--|--|--|
28-
| Speech-to-text | Analyzes sentiment and transcribes continuous real-time speech or batch audio recordings with intermediate results. | 3.11.0 | Generally available |
29-
| Custom speech-to-text | 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. | 3.11.0 | Generally available |
30-
| Speech language identification | Detects the language spoken in audio files. | 1.5.0 | Preview |
31-
| Neural text-to-speech | Converts text to natural-sounding speech by using deep neural network technology, which allows for more natural synthesized speech. | 2.10.0 | Generally available |
28+
| Container | Features | Supported versions and locales |
29+
|--|--|--|
30+
| Speech-to-text | Analyzes sentiment and transcribes continuous real-time speech or batch audio recordings with intermediate results. | Latest: 3.11.0<br/><br/>For all supported versions and locales, see the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/speech-to-text/tags/list). |
31+
| Custom speech-to-text | 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.11.0<br/><br/>For all supported versions and locales, see the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/speech-to-text/tags/list). |
32+
| Speech language identification | Detects the language spoken in audio files. | Latest: 1.5.0<sup>1</sup><br/><br/>For all supported versions and locales, see the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/language-detection/tags/list). |
33+
| Neural text-to-speech | Converts text to natural-sounding speech by using deep neural network technology, which allows for more natural synthesized speech. | Latest: 2.10.0<br/><br/>For all supported versions and locales, see the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/neural-text-to-speech/tags/list). |
34+
35+
<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.
3236

3337
## Prerequisites
3438

3539
> [!IMPORTANT]
36-
> * To use the Speech containers, you must submit an online request and have it approved. For more information, see the "Request approval to run the container" section.
37-
> * *Generally available* containers meet Microsoft's stability and support requirements. Containers in *preview* are still under development.
40+
> To use the Speech containers, you must submit an online request and have it approved. For more information, see the "Request approval to run the container" section.
3841
3942
You must meet the following prerequisites before you use Speech service containers. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/cognitive-services/) before you begin. You need:
4043

0 commit comments

Comments
 (0)