Skip to content

Commit 1aed5f8

Browse files
authored
Merge pull request #212483 from sally-baolian/patch-63
Update how-to-pronunciation-assessment.md
2 parents e559dbd + 5c53c0e commit 1aed5f8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ This table lists some of the key pronunciation assessment results.
488488
| `FluencyScore` | Fluency of the given speech. Fluency indicates how closely the speech matches a native speaker's use of silent breaks between words. |
489489
| `CompletenessScore` | Completeness of the speech, calculated by the ratio of pronounced words to the input reference text. |
490490
| `PronScore` | Overall score indicating the pronunciation quality of the given speech. `PronScore` is aggregated from `AccuracyScore`, `FluencyScore`, and `CompletenessScore` with weight. |
491-
| `ErrorType` | This value indicates whether a word is omitted, inserted, or mispronounced, compared to the `ReferenceText`. Possible values are `None`, `Omission`, `Insertion`, and `Mispronunciation`. |
491+
| `ErrorType` | This value indicates whether a word is omitted, inserted, or mispronounced, compared to the `ReferenceText`. Possible values are `None`, `Omission`, `Insertion`, and `Mispronunciation`. The error type can be `Mispronunciation` when the pronunciation `AccuracyScore` for a word is below 60.|
492492

493493
### JSON result example
494494

articles/cognitive-services/Speech-Service/includes/language-support/pronunciation-assessment.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ ms.author: eur
99

1010
| Language | Locale (BCP-47) |
1111
|--|--|
12-
|Chinese (Mandarin, Simplified)|`zh-CN`<sup>Public preview</sup> |
12+
|Chinese (Mandarin, Simplified)|`zh-CN`<sup>General available</sup> |
1313
|English (Australia)|`en-AU`<sup>Public preview</sup> |
14-
|English (United Kingdom)|`en-GB`<sup>Public preview</sup> |
14+
|English (India)|`en-IN`<sup>Public preview</sup> |
15+
|English (United Kingdom)|`en-GB`<sup>General available</sup> |
1516
|English (United States)|`en-US`<sup>General available</sup>|
17+
|French (Canada)|`fr-CA`<sup>Public preview</sup> |
1618
|French (France)|`fr-FR`<sup>Public preview</sup> |
17-
|German (Germany)|`de-DE`<sup>Public preview</sup> |
19+
|German (Germany)|`de-DE`<sup>Public preview</sup>|
1820
|Spanish (Spain)|`es-ES`<sup>Public preview</sup> |
1921

2022
> [!NOTE]
21-
> For pronunciation assessment, `en-US` and `en-GB` are available in [all regions](../../regions.md#speech-service), `zh-CN` is available in East Asia and Southeast Asia regions, `de-DE`, `es-ES`, and `fr-FR` are available in West Europe region, and `en-AU` is available in Australia East region.
23+
> For pronunciation assessment, `en-US`, `en-GB`, and `zh-CN` are available in [all regions](../../regions.md#speech-service), `en-IN` is available in Central India region, `en-AU` is available in Australia East region, `de-DE`, `es-ES`, and `fr-FR` are available in West Europe region, and `fr-CA` is available in Canada Central region.

0 commit comments

Comments
 (0)