You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
19
19
20
20
::: zone pivot="programming-language-go"
21
21
> [!NOTE]
@@ -27,12 +27,12 @@ You can get pronunciation assessment scores for:
27
27
- Full text
28
28
- Words
29
29
- 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
31
31
32
32
> [!NOTE]
33
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
34
>
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.
36
36
37
37
## Configuration parameters
38
38
@@ -142,7 +142,7 @@ To request syllable-level results along with phonemes, set the granularity [conf
142
142
143
143
## Phoneme alphabet format
144
144
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.
146
146
147
147
The following table compares example SAPI phonemes with the corresponding IPA phonemes.
0 commit comments