Skip to content

Commit b3aa780

Browse files
Update how-to-pronunciation-assessment.md
Fix two gaps
1 parent bf6343a commit b3aa780

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cognitive-services/Speech-Service/how-to-pronunciation-assessment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ zone_pivot_groups: programming-languages-speech-sdk
1515

1616
# Use pronunciation assessment
1717

18-
In this article, you'll learn how to evaluate pronunciation with the Speech-to-Text capability through the Speech SDK. To [get pronunciation assessment results](#get-pronunciation-assessment-results), you'll apply the `PronunciationAssessmentConfig` settings to a `SpeechRecognizer` object.
18+
In this article, you'll learn how to evaluate pronunciation with the Speech-to-Text capability through the Speech SDK. It is charged as standard Speech to Text [price](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/). To [get pronunciation assessment results](#get-pronunciation-assessment-results), you'll apply the `PronunciationAssessmentConfig` settings to a `SpeechRecognizer` object.
1919

2020
::: zone pivot="programming-language-go"
2121
> [!NOTE]
@@ -27,12 +27,12 @@ You can get pronunciation assessment scores for:
2727
- Full text
2828
- Words
2929
- Syllable groups
30-
- Phonemes in SAPI or IPA format
30+
- Phonemes in [SAPI](/previous-versions/windows/desktop/ee431828(v=vs.85)#american-english-phoneme-table) or [IPA](https://en.wikipedia.org/wiki/IPA) format
3131

3232
> [!NOTE]
3333
> For information about availability of pronunciation assessment, see [supported languages](language-support.md?tabs=stt-tts) and [available regions](regions.md#speech-service).
3434
>
35-
> The syllable groups, IPA phonemes, and spoken phoneme features of pronunciation assessment are currently only available for the en-US locale.
35+
> The syllable group, phoneme name, and spoken phoneme of pronunciation assessment are currently only available for the en-US locale.
3636
3737
## Configuration parameters
3838

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

143143
## Phoneme alphabet format
144144

145-
For some locales, the phoneme name is provided together with the score, to help identify which phonemes were pronounced accurately or inaccurately. The phoneme name in [SAPI](/previous-versions/windows/desktop/ee431828(v=vs.85)#american-english-phoneme-table) format is available for the `en-GB` and `en-US` locales. The phoneme name in [IPA](https://en.wikipedia.org/wiki/IPA) format is only available for the `en-US` locale. For other locales, you can only get the phoneme score.
145+
For `en-US` locale, the phoneme name is provided together with the score, to help identify which phonemes were pronounced accurately or inaccurately. For other locales, you can only get the phoneme score.
146146

147147
The following table compares example SAPI phonemes with the corresponding IPA phonemes.
148148

0 commit comments

Comments
 (0)