Skip to content

Commit 5c53c0e

Browse files
Update how-to-pronunciation-assessment.md
1 parent 2a37e93 commit 5c53c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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`. Once the `AccuracyScore` for a word is below 60, the `Mispronunciation` is triggered. |
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

0 commit comments

Comments
 (0)