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/language-support.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Language support varies by Speech service functionality. The following tables su
21
21
22
22
The following table summarizes locale and voice support for Speech-to-text and Text-to-speech. Please see the table footnotes for additional information.
23
23
24
-
| Locale | Language | Speech-to-text | Custom Speech support | Text-to-speech voices | Custom Neural Voice |
24
+
| Locale (BCP-47) | Language | Speech-to-text | Custom Speech support | Text-to-speech voices | Custom Neural Voice |
25
25
| ----- | ----- | ----- | ----- | ----- | ----- |
26
26
|`af-ZA`| Afrikaans (South Africa) |`af-ZA`| Plain text |`af-ZA-AdriNeural` (Female)<br/>`af-ZA-WillemNeural` (Male) | Not supported |
27
27
|`am-ET`| Amharic (Ethiopia) |`am-ET`| Plain text |`am-ET-AmehaNeural` (Male)<br/>`am-ET-MekdesNeural` (Female) | Not supported |
@@ -289,13 +289,15 @@ The following table lists the released languages and public preview languages.
289
289
290
290
Speech Translation supports different languages for speech-to-speech and speech-to-text translation. The available target languages depend on whether the translation target is speech or text.
291
291
292
+
### Translate from language
293
+
292
294
To set the input speech recognition language, specify the full locale with a dash (`-`) separator. See the [speech-to-text language table](#speech-to-text) above. The default language is `en-US` if you don't specify a language.
293
295
294
-
To set the translation target language, with few exceptions you only specify the language code that precedes the locale dash (`-`) separator. For example, use `es` for Spanish (Spain) instead of `es-ES`. See the speech translation target language table below. The default language is `en` if you don't specify a language.
296
+
### Translate to text language
295
297
296
-
### Text languages
298
+
To set the translation target language, with few exceptions you only specify the language code that precedes the locale dash (`-`) separator. For example, use `es` for Spanish (Spain) instead of `es-ES`. See the speech translation target language table below. The default language is `en` if you don't specify a language.
0 commit comments