Skip to content

Commit b2ad507

Browse files
Update speech-synthesis-markup-structure.md
1 parent 3bac626 commit b2ad507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Here's a subset of the basic structure and syntax of an SSML document:
3737
<lang xml:lang="string"></lang>
3838
<lexicon uri="string"/>
3939
<math xmlns="http://www.w3.org/1998/Math/MathML"></math>
40+
<mstts:audioduration value="string"/>
4041
<mstts:express-as style="string" styledegree="value" role="string"></mstts:express-as>
4142
<mstts:silence type="string" value="string"/>
42-
<mstts:audioduration value="string"/>
4343
<mstts:viseme type="string"/>
4444
<p></p>
4545
<phoneme alphabet="string" ph="string"></phoneme>
@@ -59,10 +59,10 @@ Some examples of contents that are allowed in each element are described in the
5959
- `lang`: This element can contain all other elements except `mstts:backgroundaudio`, `voice`, and `speak`.
6060
- `lexicon`: This element can't contain text or any other elements.
6161
- `math`: This element can only contain text and MathML elements.
62+
- `mstts:audioduration`: This element can't contain text or any other elements.
6263
- `mstts:backgroundaudio`: This element can't contain text or any other elements.
6364
- `mstts:express-as`: This element can contain text and the following elements: `audio`, `break`, `emphasis`, `lang`, `phoneme`, `prosody`, `say-as`, and `sub`.
6465
- `mstts:silence`: This element can't contain text or any other elements.
65-
- `mstts:audioduration`: This element can't contain text or any other elements.
6666
- `mstts:viseme`: This element can't contain text or any other elements.
6767
- `p`: This element can contain text and the following elements: `audio`, `break`, `phoneme`, `prosody`, `say-as`, `sub`, `mstts:express-as`, and `s`.
6868
- `phoneme`: This element can only contain text and no other elements.

0 commit comments

Comments
 (0)