Skip to content

Commit 1760cbc

Browse files
Update speech-synthesis-markup-structure.md
1 parent 32ade6b commit 1760cbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Here's a subset of the basic structure and syntax of an SSML document:
2929
```xml
3030
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="https://www.w3.org/2001/mstts" xml:lang="string">
3131
<mstts:backgroundaudio src="string" volume="string" fadein="string" fadeout="string"/>
32-
<voice name="string">
32+
<voice name="string" effect="string">
3333
<audio src="string"/></audio>
3434
<bookmark mark="string"/>
3535
<break strength="string" time="string" />
@@ -51,6 +51,7 @@ Here's a subset of the basic structure and syntax of an SSML document:
5151
```
5252

5353
Some examples of contents that are allowed in each element are described in the following list:
54+
- `effect`: This element is used within the `voice` element.
5455
- `audio`: The body of the `audio` element can contain plain text or SSML markup that's spoken if the audio file is unavailable or unplayable. The `audio` element can also contain text and the following elements: `audio`, `break`, `p`, `s`, `phoneme`, `prosody`, `say-as`, and `sub`.
5556
- `bookmark`: This element can't contain text or any other elements.
5657
- `break`: This element can't contain text or any other elements.

0 commit comments

Comments
 (0)