Skip to content

Commit f50f6ae

Browse files
Merge pull request #221243 from sally-baolian/patch-79
Update speech-synthesis-markup-pronunciation.md
2 parents 16cde81 + dfd0e78 commit f50f6ae

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Usage of the `phoneme` element's attributes are described in the following table
3636

3737
### phoneme examples
3838

39-
The supported values for attributes of the `phoneme` element were [described previously](#phoneme-element).
39+
The supported values for attributes of the `phoneme` element were [described previously](#phoneme-element). In the first two examples, the values of `ph="tə.ˈmeɪ.toʊ"` or `ph="təmeɪˈtoʊ"` are specified to stress the syllable `meɪ`.
4040

4141
```xml
4242
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
@@ -45,7 +45,13 @@ The supported values for attributes of the `phoneme` element were [described pre
4545
</voice>
4646
</speak>
4747
```
48-
48+
```xml
49+
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
50+
<voice name="en-US-JennyNeural">
51+
<phoneme alphabet="ipa" ph="təmeɪˈtoʊ"> tomato </phoneme>
52+
</voice>
53+
</speak>
54+
```
4955
```xml
5056
<speak version="1.0" xmlns="https://www.w3.org/2001/10/synthesis" xml:lang="en-US">
5157
<voice name="en-US-JennyNeural">

0 commit comments

Comments
 (0)