Skip to content

Commit 7bd69cf

Browse files
Merge pull request #223873 from sally-baolian/patch-91
Update pronunciation-assessment.md
2 parents d6e95b9 + 3376d34 commit 7bd69cf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ This table lists some of the key configuration parameters for pronunciation asse
4444
| Parameter | Description |
4545
|-----------|-------------|
4646
| `ReferenceText` | The text that the pronunciation will be evaluated against. |
47-
| `GradingSystem` | The point system for score calibration. The `FivePoint` system gives a 0-5 floating point score, and `HundredMark` gives a 0-100 floating point score. |
48-
| `Granularity` | Determines the lowest level of evaluation granularity. Scores for levels above or equal to the minimal value are returned. Accepted values are `Phoneme`, which shows the score on the full text, word, syllable, and phoneme level, `Syllable`, which shows the score on the full text, word, and syllable level, `Word`, which shows the score on the full text and word level, or `FullText`, which shows the score on the full text level only. The provided full reference text can be a word, sentence, or paragraph, and it depends on your input reference text.|
47+
| `GradingSystem` | The point system for score calibration. The `FivePoint` system gives a 0-5 floating point score, and `HundredMark` gives a 0-100 floating point score. Default: `FivePoint`. |
48+
| `Granularity` | Determines the lowest level of evaluation granularity. Scores for levels above or equal to the minimal value are returned. Accepted values are `Phoneme`, which shows the score on the full text, word, syllable, and phoneme level, `Syllable`, which shows the score on the full text, word, and syllable level, `Word`, which shows the score on the full text and word level, or `FullText`, which shows the score on the full text level only. The provided full reference text can be a word, sentence, or paragraph, and it depends on your input reference text. Default: `Phoneme`.|
4949
| `EnableMiscue` | Enables miscue calculation when the pronounced words are compared to the reference text. If this value is `True`, the `ErrorType` result value can be set to `Omission` or `Insertion` based on the comparison. Accepted values are `False` and `True`. Default: `False`. |
5050
| `ScenarioId` | A GUID indicating a customized point system. |
5151

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ ms.author: eur
1818
|French (Canada)|`fr-CA`<sup>1</sup> |
1919
|French (France)|`fr-FR`|
2020
|German (Germany)|`de-DE`<sup>1</sup>|
21+
|Japanese (Japan)|`ja-JP`<sup>1</sup>|
22+
|Norwegian (Bokmål, Norway)|`nb-NO`<sup>1</sup>|
23+
|Spanish (Mexico)|`es-MX`<sup>1</sup> |
2124
|Spanish (Spain)|`es-ES` |
2225
|Vietnamese (Vietnam)|`vi-VN`<sup>1</sup> |
2326

0 commit comments

Comments
 (0)