Skip to content

Commit 164b1fb

Browse files
Update how-to-custom-speech-test-data.md
fixed bug in pronunciation description
1 parent 33bcea2 commit 164b1fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cognitive-services/Speech-Service/how-to-custom-speech-test-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ If there are uncommon terms without standard pronunciations that your users will
133133
134134
This includes examples of a spoken utterance, and a custom pronunciation for each:
135135

136-
| Spoken form | Recognized/displayed form |
136+
| Recognized/displayed form | Spoken form |
137137
|--------------|--------------------------|
138-
| three c p o | 3CPO |
139-
| c n t k | CNTK |
140-
| i triple e | IEEE |
138+
| 3CPO | three c p o |
139+
| CNTK | c n t k |
140+
| IEEE | i triple e |
141141

142142
The spoken form is the phonetic sequence spelled out. It can be composed of letter, words, syllables, or a combination of all three.
143143

0 commit comments

Comments
 (0)