Skip to content

Commit 4070f13

Browse files
Update how-to-pronunciation-assessment.md
1 parent b3aa780 commit 4070f13

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 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. 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.
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.
1919

2020
::: zone pivot="programming-language-go"
2121
> [!NOTE]
@@ -30,9 +30,12 @@ You can get pronunciation assessment scores for:
3030
- 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]
33-
> For information about availability of pronunciation assessment, see [supported languages](language-support.md?tabs=stt-tts) and [available regions](regions.md#speech-service).
34-
>
3533
> The syllable group, phoneme name, and spoken phoneme of pronunciation assessment are currently only available for the en-US locale.
34+
>
35+
> Usage of pronunciation assessment is charged the same as standard Speech to Text [pricing](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services).
36+
>
37+
> For information about availability of pronunciation assessment, see [supported languages](language-support.md?tabs=stt-tts) and [available regions](regions.md#speech-service).
38+
3639

3740
## Configuration parameters
3841

0 commit comments

Comments
 (0)