File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
articles/cognitive-services/Speech-Service Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -136,13 +136,14 @@ Here are more details about the `strength` attribute.
136
136
137
137
### Break examples
138
138
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.
140
140
141
141
``` xml
142
142
<speak version =" 1.0" xmlns =" http://www.w3.org/2001/10/synthesis" xml : lang =" en-US" >
143
143
<voice name =" en-US-JennyNeural" >
144
+ Welcome <break /> to text-to-speech.
144
145
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.
146
147
</voice >
147
148
</speak >
148
149
```
You can’t perform that action at this time.
0 commit comments