Skip to content

Commit d389c95

Browse files
authored
Merge pull request #111471 from IEvangelist/removeMissingSsmlSupport
Removing the pt-BR language from style.
2 parents 751c8c5 + d5276d7 commit d389c95

File tree

1 file changed

+25
-28
lines changed

1 file changed

+25
-28
lines changed

articles/cognitive-services/Speech-Service/speech-synthesis-markup.md

Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ By default, the text-to-speech service synthesizes text using a neutral speaking
191191
Currently, speaking style adjustments are supported for these neural voices:
192192
* `en-US-AriaNeural`
193193
* `zh-CN-XiaoxiaoNeural`
194-
* `pt-BR-FranciscaNeural`
195194

196195
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.
197196

@@ -209,18 +208,17 @@ Changes are applied at the sentence level, and style vary by voice. If a style i
209208

210209
Use this table to determine which speaking styles are supported for each neural voice.
211210

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 |
211+
| Voice | Style | Description |
212+
|-------------------------|---------------------------|-------------------------------------------------------------|
213+
| `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 |
224222

225223
**Example**
226224

@@ -258,15 +256,14 @@ Use the `break` element to insert pauses (or breaks) between words, or prevent p
258256
| `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 |
259257
| `time` | Specifies the absolute duration of a pause in seconds or milliseconds. Examples of valid values are `2s` and `500` | Optional |
260258

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 |
270267

271268
**Example**
272269

@@ -367,9 +364,9 @@ Sometimes TTS cannot accurately pronounce a word, for example, a company or fore
367364

368365
**Attributes**
369366

370-
| Attribute | Description | Required / Optional |
371-
|-----------|-------------|---------------------|
372-
| `uri` | The address of the external PLS document. | Required. |
367+
| Attribute | Description | Required / Optional |
368+
|-----------|-------------------------------------------|---------------------|
369+
| `uri` | The address of the external PLS document. | Required. |
373370

374371
**Usage**
375372

@@ -609,9 +606,9 @@ Any audio included in the SSML document must meet these requirements:
609606

610607
**Attributes**
611608

612-
| Attribute | Description | Required / Optional |
613-
|-----------|-------------|---------------------|
614-
| `src` | Specifies the location/URL of the audio file. | Required if using the audio element in your SSML document. |
609+
| Attribute | Description | Required / Optional |
610+
|-----------|-----------------------------------------------|------------------------------------------------------------|
611+
| `src` | Specifies the location/URL of the audio file. | Required if using the audio element in your SSML document. |
615612

616613
**Example**
617614

0 commit comments

Comments
 (0)