Skip to content

Commit d7aeffe

Browse files
Update speech-synthesis-markup-structure.md
1 parent fe6e8c6 commit d7aeffe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,14 @@ Here are more details about the `strength` attribute.
136136

137137
### Break examples
138138

139-
The supported values for attributes of the `break` element were [described previously](#add-a-break).
139+
The supported values for attributes of the `break` element were [described previously](#add-a-break). The following three ways all add 750 ms breaks.
140140

141141
```xml
142142
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
143143
<voice name="en-US-JennyNeural">
144+
Welcome <break /> to text-to-speech.
144145
Welcome <break strength="medium" /> to text-to-speech.
145-
Welcome <break time="250ms" /> to text-to-speech.
146+
Welcome <break time="750ms" /> to text-to-speech.
146147
</voice>
147148
</speak>
148149
```

0 commit comments

Comments
 (0)