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/includes/language-support/stt-tts.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
@@ -162,7 +162,7 @@ ms.author: eur
162
162
163
163
<sup>2</sup> The neural voice supports speaking styles to express emotions such as cheerfulness, empathy, and calm. You can optimize the voice for different scenarios like customer service, newscast, and voice assistant. For a list of styles that are supported per neural voice, see the [Voice styles and roles](../../language-support.md#voice-styles-and-roles) table. To learn how you can configure and adjust neural voice styles, see [Speech Synthesis Markup Language](../../speech-synthesis-markup.md#adjust-speaking-styles).
164
164
165
-
<sup>3</sup> The neural voice supports role play. With roles, the same voice can act as a different age and gender. For a list of roles that are supported per neural voice, see the [Voice styles and roles](../../language-support.md#voice-styles-and-roles) table. To learn how you can configure and adjust neural voice roles, see [Speech Synthesis Markup Language](speech-synthesis-markup.md#adjust-speaking-styles).
165
+
<sup>3</sup> The neural voice supports role play. With roles, the same voice can act as a different age and gender. For a list of roles that are supported per neural voice, see the [Voice styles and roles](../../language-support.md#voice-styles-and-roles) table. To learn how you can configure and adjust neural voice roles, see [Speech Synthesis Markup Language](../../speech-synthesis-markup.md#adjust-speaking-styles).
166
166
167
167
<sup>4</sup> The neural voice is available in public preview. Voices and styles in public preview are only available in three service [regions](../../regions.md): East US, West Europe, and Southeast Asia.
With language identification, the Speech service compares speech at the language level, such as English and German. If you include multiple locales of the same language, for example, `en-IN` and `en-US`, we'll only compare English (`en`) with the other candidate languages. The supported languages and locales are listed in the following table.
95
+
96
+
[!INCLUDE [Language support include](includes/language-support/language-identification.md)]
97
+
92
98
# [Speaker recognition](#tab/speaker-recognition)
93
99
94
100
Speaker recognition is mostly language agnostic. We built a universal model for text-independent speaker recognition by combining various data sources from multiple languages. We've tuned and evaluated the model on the languages and locales that appear in the following table. For more information on speaker recognition, see the [overview](speaker-recognition-overview.md).
95
101
96
102
[!INCLUDE [Language support include](includes/language-support/speaker-recognition.md)]
97
103
98
-
# [Custom keyword and keyword verification](#tab/custom-keyword)
104
+
# [Custom keyword](#tab/custom-keyword)
99
105
100
106
The following table outlines supported languages for custom keyword and keyword verification.
101
107
102
108
[!INCLUDE [Language support include](includes/language-support/custom-keyword.md)]
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/speech-synthesis-markup.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The Speech service implementation of SSML is based on the World Wide Web Consort
25
25
26
26
## Prebuilt neural voices and custom neural voices
27
27
28
-
Use a humanlike neural voice or create your own custom neural voice unique to your product or brand. For a complete list of supported languages, locales, and voices, see [Language support](language-support.md). To learn more about using a prebuilt neural voice and a custom neural voice, see [Text-to-speech overview](text-to-speech.md).
28
+
Use a humanlike neural voice or create your own custom neural voice unique to your product or brand. For a complete list of supported languages, locales, and voices, see [Language support](language-support.md?tabs=stt-tts?tabs=stt-tts). To learn more about using a prebuilt neural voice and a custom neural voice, see [Text-to-speech overview](text-to-speech.md).
29
29
30
30
> [!NOTE]
31
31
> You can hear voices in different styles and pitches reading example text by using this [text-to-speech website](https://azure.microsoft.com/services/cognitive-services/text-to-speech/#features).
@@ -75,12 +75,12 @@ The `voice` element is required. It's used to specify the voice that's used for
75
75
76
76
| Attribute | Description | Required or optional |
|`name`| Identifies the voice used for text-to-speech output. For a complete list of supported voices, see [Language support](language-support.md). | Required |
78
+
|`name`| Identifies the voice used for text-to-speech output. For a complete list of supported voices, see [Language support](language-support.md?tabs=stt-tts). | Required |
79
79
80
80
**Example**
81
81
82
82
> [!NOTE]
83
-
> This example uses the `en-US-JennyNeural` voice. For a complete list of supported voices, see [Language support](language-support.md).
83
+
> This example uses the `en-US-JennyNeural` voice. For a complete list of supported voices, see [Language support](language-support.md?tabs=stt-tts).
|`name`| Identifies the voice used for text-to-speech output. For a complete list of supported voices, see [Language support](language-support.md). | Required |
101
+
|`name`| Identifies the voice used for text-to-speech output. For a complete list of supported voices, see [Language support](language-support.md?tabs=stt-tts). | Required |
102
102
103
103
**Example**
104
104
@@ -119,7 +119,7 @@ By default, text-to-speech synthesizes text by using a neutral speaking style fo
119
119
120
120
Styles, style degree, and roles are supported for a subset of neural voices. If a style or role isn't supported, the service uses the default neutral speech. To determine what styles and roles are supported for each voice, use:
121
121
122
-
- The [Voice styles and roles](language-support.md) table.
122
+
- The [Voice styles and roles](language-support.md?tabs=stt-tts#voice-styles-and-roles) table.
123
123
- The [Voice List API](rest-text-to-speech.md#get-a-list-of-voices).
124
124
- The code-free [Audio Content Creation](https://aka.ms/audiocontentcreation) portal.
125
125
@@ -133,7 +133,7 @@ Styles, style degree, and roles are supported for a subset of neural voices. If
133
133
134
134
You use the `mstts:express-as` element to express emotions like cheerfulness, empathy, and calm. You can also optimize the voice for different scenarios like customer service, newscast, and voice assistant.
135
135
136
-
For a list of supported styles per neural voice, see [supported voice styles and roles](language-support.md).
136
+
For a list of supported styles per neural voice, see [supported voice styles and roles](language-support.md?tabs=stt-tts#voice-styles-and-roles).
137
137
138
138
**Syntax**
139
139
@@ -199,7 +199,7 @@ The following table has descriptions of each supported style.
199
199
200
200
The intensity of speaking style can be adjusted to better fit your use case. You specify a stronger or softer style with the `styledegree` attribute to make the speech more expressive or subdued.
201
201
202
-
For a list of neural voices that support speaking style degree, see [supported voice styles and roles](language-support.md).
202
+
For a list of neural voices that support speaking style degree, see [supported voice styles and roles](language-support.md?tabs=stt-tts#voice-styles-and-roles).
203
203
204
204
**Syntax**
205
205
@@ -226,7 +226,7 @@ This SSML snippet illustrates how the `styledegree` attribute is used to change
226
226
227
227
Apart from adjusting the speaking styles and style degree, you can also adjust the `role` parameter so that the voice imitates a different age and gender. For example, a male voice can raise the pitch and change the intonation to imitate a female voice, but the voice name won't be changed.
228
228
229
-
For a list of supported roles per neural voice, see [supported voice styles and roles](language-support.md).
229
+
For a list of supported roles per neural voice, see [supported voice styles and roles](language-support.md?tabs=stt-tts#voice-styles-and-roles).
230
230
231
231
**Syntax**
232
232
@@ -1093,4 +1093,4 @@ This SSML snippet illustrates how to request blend shapes with your synthesized
0 commit comments