Skip to content

Commit 9ba0e20

Browse files
Merge pull request #266610 from sally-baolian/patch-197
Update how-to-pronunciation-assessment.md
2 parents 699f085 + 61065bc commit 9ba0e20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-services/speech-service/how-to-pronunciation-assessment.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -621,15 +621,15 @@ The following table summarizes which features that locales support. For more spe
621621

622622
| Phoneme alphabet | IPA | SAPI |
623623
|:-----------------|:--------|:-----|
624-
| Phoneme name | `en-US` | `en-US`, `en-GB`, `zh-CN` |
625-
| Syllable group | `en-US` | `en-US`, `en-GB` |
626-
| Spoken phoneme | `en-US` | `en-US`, `en-GB` |
624+
| Phoneme name | `en-US` | `en-US`, `zh-CN` |
625+
| Syllable group | `en-US` | `en-US`|
626+
| Spoken phoneme | `en-US` | `en-US` |
627627

628628
### Syllable groups
629629

630630
Pronunciation assessment can provide syllable-level assessment results. A word is typically pronounced syllable by syllable rather than phoneme by phoneme. Grouping in syllables is more legible and aligned with speaking habits.
631631

632-
Pronunciation assessment supports syllable groups only in `en-US` with IPA and in both `en-US` and `en-GB` with SAPI.
632+
Pronunciation assessment supports syllable groups only in `en-US` with IPA and with SAPI.
633633

634634
The following table compares example phonemes with the corresponding syllables.
635635

@@ -644,7 +644,7 @@ To request syllable-level results along with phonemes, set the granularity [conf
644644

645645
### Phoneme alphabet format
646646

647-
Pronunciation assessment supports phoneme name in `en-US` with IPA and in `en-US`, `en-GB` and `zh-CN` with SAPI.
647+
Pronunciation assessment supports phoneme name in `en-US` with IPA and in `en-US` and `zh-CN` with SAPI.
648648

649649
For locales that support phoneme name, the phoneme name is provided together with the score. Phoneme names help identify which phonemes were pronounced accurately or inaccurately. For other locales, you can only get the phoneme score.
650650

@@ -722,7 +722,7 @@ pronunciationAssessmentConfig?.phonemeAlphabet = "IPA"
722722

723723
With spoken phonemes, you can get confidence scores that indicate how likely the spoken phonemes matched the expected phonemes.
724724

725-
Pronunciation assessment supports spoken phonemes in `en-US` with IPA and in both `en-US` and `en-GB` with SAPI.
725+
Pronunciation assessment supports spoken phonemes in `en-US` with IPA and with SAPI.
726726

727727
For example, to obtain the complete spoken sound for the word `Hello`, you can concatenate the first spoken phoneme for each expected phoneme with the highest confidence score. In the following assessment result, when you speak the word `hello`, the expected IPA phonemes are `h ɛ l oʊ`. However, the actual spoken phonemes are `h ə l oʊ`. You have five possible candidates for each expected phoneme in this example. The assessment result shows that the most likely spoken phoneme was `ə` instead of the expected phoneme `ɛ`. The expected phoneme `ɛ` only received a confidence score of 47. Other potential matches received confidence scores of 52, 17, and 2.
728728

0 commit comments

Comments
 (0)