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-synthesis-markup.md
+25-28Lines changed: 25 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,6 @@ By default, the text-to-speech service synthesizes text using a neutral speaking
191
191
Currently, speaking style adjustments are supported for these neural voices:
192
192
*`en-US-AriaNeural`
193
193
*`zh-CN-XiaoxiaoNeural`
194
-
*`pt-BR-FranciscaNeural`
195
194
196
195
Changes are applied at the sentence level, and style vary by voice. If a style isn't supported, the service will return speech in the default neutral speaking style.
197
196
@@ -209,18 +208,17 @@ Changes are applied at the sentence level, and style vary by voice. If a style i
209
208
210
209
Use this table to determine which speaking styles are supported for each neural voice.
211
210
212
-
| Voice | Style | Description |
213
-
|-------|------|-------------|
214
-
|`en-US-AriaNeural`|`style="newscast"`| Expresses a formal and professional tone for narrating news |
215
-
||`style="customerservice"`| Expresses a friendly and helpful tone for customer support |
216
-
||`style="chat"`| Expresses a casual and relaxed tone |
217
-
||`style="cheerful"`| Expresses a positive and happy tone |
218
-
||`style="empathetic"`| Expresses a sense of caring and understanding |
219
-
|`zh-CN-XiaoxiaoNeural`|`style="newscast"`| Expresses a formal and professional tone for narrating news |
220
-
||`style="customerservice"`| Expresses a friendly and helpful tone for customer support |
221
-
||`style="assistant"`| Expresses a warm and relaxed tone for digital assistants |
222
-
||`style="lyrical"`| Expresses emotions in a melodic and sentimental way |
223
-
|`pt-BR-FranciscaNeural`|`style="cheerful"`| Expresses a positive and happy tone |
|`en-US-AriaNeural`|`style="newscast"`| Expresses a formal and professional tone for narrating news |
214
+
||`style="customerservice"`| Expresses a friendly and helpful tone for customer support |
215
+
||`style="chat"`| Expresses a casual and relaxed tone |
216
+
||`style="cheerful"`| Expresses a positive and happy tone |
217
+
||`style="empathetic"`| Expresses a sense of caring and understanding |
218
+
|`zh-CN-XiaoxiaoNeural`|`style="newscast"`| Expresses a formal and professional tone for narrating news |
219
+
||`style="customerservice"`| Expresses a friendly and helpful tone for customer support |
220
+
||`style="assistant"`| Expresses a warm and relaxed tone for digital assistants |
221
+
||`style="lyrical"`| Expresses emotions in a melodic and sentimental way |
224
222
225
223
**Example**
226
224
@@ -258,15 +256,14 @@ Use the `break` element to insert pauses (or breaks) between words, or prevent p
258
256
|`strength`| Specifies the relative duration of a pause using one of the following values:<ul><li>none</li><li>x-weak</li><li>weak</li><li>medium (default)</li><li>strong</li><li>x-strong</li></ul> | Optional |
259
257
|`time`| Specifies the absolute duration of a pause in seconds or milliseconds. Examples of valid values are `2s` and `500`| Optional |
260
258
261
-
| Strength | Description |
262
-
|----------|-------------|
263
-
| None, or if no value provided | 0 ms |
264
-
| x-weak | 250 ms |
265
-
| weak | 500 ms |
266
-
| medium | 750 ms |
267
-
| strong | 1000 ms |
268
-
| x-strong | 1250 ms |
269
-
259
+
| Strength | Description |
260
+
|-------------------------------|-------------|
261
+
| None, or if no value provided | 0 ms |
262
+
| x-weak | 250 ms |
263
+
| weak | 500 ms |
264
+
| medium | 750 ms |
265
+
| strong | 1000 ms |
266
+
| x-strong | 1250 ms |
270
267
271
268
**Example**
272
269
@@ -367,9 +364,9 @@ Sometimes TTS cannot accurately pronounce a word, for example, a company or fore
367
364
368
365
**Attributes**
369
366
370
-
| Attribute | Description | Required / Optional |
371
-
|-----------|-------------|---------------------|
372
-
|`uri`| The address of the external PLS document. | Required. |
0 commit comments