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
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/release-notes/release-notes-stt.md
+26-20Lines changed: 26 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,26 +10,32 @@ ms.author: eur
10
10
11
11
#### Pronunciation Assessment
12
12
13
-
Speech [Pronunciation Assessment](../../how-to-pronunciation-assessment.md) now supports 5 additional languages generally available in English (United Kingdom), English (Australia), French (France), Spanish (Spain), and Chinese (Mandarin, Simplified), with other languages available in preview. For more information, see the full [language list for Pronunciation Assessment](../../language-support.md?tabs=pronunciation-assessment).
14
-
15
-
| Language | Locale (BCP-47) |
16
-
|--|--|
17
-
|Arabic (Saudi Arabia)|`ar-SA`<sup>1</sup> |
18
-
|Chinese (Mandarin, Simplified)|`zh-CN`|
19
-
|English (Australia)|`en-AU`|
20
-
|English (India)|`en-IN`<sup>1</sup> |
21
-
|English (United Kingdom)|`en-GB`|
22
-
|English (United States)|`en-US`|
23
-
|French (Canada)|`fr-CA`<sup>1</sup> |
24
-
|French (France)|`fr-FR`|
25
-
|German (Germany)|`de-DE`<sup>1</sup>|
26
-
|Japanese (Japan)|`ja-JP`<sup>1</sup>|
27
-
|Norwegian (Bokmål, Norway)|`nb-NO`<sup>1</sup>|
28
-
|Spanish (Mexico)|`es-MX`<sup>1</sup> |
29
-
|Spanish (Spain)|`es-ES`|
30
-
|Vietnamese (Vietnam)|`vi-VN`<sup>1</sup> |
31
-
32
-
<sup>1</sup> The language is in public preview for pronunciation assessment.
13
+
- Speech [Pronunciation Assessment](../../how-to-pronunciation-assessment.md) now supports 5 additional languages generally available in English (United Kingdom), English (Australia), French (France), Spanish (Spain), and Chinese (Mandarin, Simplified), with other languages available in preview. For more information, see the full [language list for Pronunciation Assessment](../../language-support.md?tabs=pronunciation-assessment).
14
+
15
+
| Language | Locale (BCP-47) |
16
+
|--|--|
17
+
|Arabic (Saudi Arabia)|`ar-SA`<sup>1</sup> |
18
+
|Chinese (Mandarin, Simplified)|`zh-CN`|
19
+
|English (Australia)|`en-AU`|
20
+
|English (India)|`en-IN`<sup>1</sup> |
21
+
|English (United Kingdom)|`en-GB`|
22
+
|English (United States)|`en-US`|
23
+
|French (Canada)|`fr-CA`<sup>1</sup> |
24
+
|French (France)|`fr-FR`|
25
+
|German (Germany)|`de-DE`<sup>1</sup>|
26
+
|Japanese (Japan)|`ja-JP`<sup>1</sup>|
27
+
|Norwegian (Bokmål, Norway)|`nb-NO`<sup>1</sup>|
28
+
|Spanish (Mexico)|`es-MX`<sup>1</sup> |
29
+
|Spanish (Spain)|`es-ES`|
30
+
|Vietnamese (Vietnam)|`vi-VN`<sup>1</sup> |
31
+
32
+
<sup>1</sup> The language is in public preview for pronunciation assessment.
33
+
34
+
- Added sample codes showing how to use Pronunciation Assessment in streaming mode in your own application.
35
+
-**C#**: See [sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/csharp/sharedcontent/console/speech_recognition_samples.cs#:~:text=PronunciationAssessmentWithStream).
36
+
-**C++**: See [sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/cpp/windows/console/samples/speech_recognition_samples.cpp#:~:text=PronunciationAssessmentWithStream).
37
+
-**java**: See [sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/java/android/sdkdemo/app/src/main/java/com/microsoft/cognitiveservices/speech/samples/sdkdemo/MainActivity.java#L548).
38
+
-**javascript**: See [sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/js/node/pronunciationAssessment.js).
0 commit comments