Skip to content

Commit 80f45d0

Browse files
authored
Update rest-speech-to-text.md
Pencil edits in lines 87 and 88, "settting" changed to "setting" and line 93, "pronuncition" changed to pronunciation" as reported in the Acrolinx scorecard.
1 parent 56f50a6 commit 80f45d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/Speech-Service/rest-speech-to-text.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ This table lists required and optional parameters for pronunciation assessment.
8484
| Parameter | Description | Required / Optional |
8585
|-----------|-------------|---------------------|
8686
| ReferenceText | The text that the pronunciation will be evaluated against. | Required |
87-
| GradingSystem | The point system for score calibration. Accepted values are `FivePoint` and `HundredMark`. The default settting is `FivePoint`. | Optional |
88-
| Granularity | The evaluation granularity. Accepted values are `Phoneme`, which shows the score on the full text, word and phoneme level, `Word`, which shows the score on the full text and word level, `FullText`, which shows the score on the full text level only. The default settting is `Phoneme`. | Optional |
87+
| GradingSystem | The point system for score calibration. Accepted values are `FivePoint` and `HundredMark`. The default setting is `FivePoint`. | Optional |
88+
| Granularity | The evaluation granularity. Accepted values are `Phoneme`, which shows the score on the full text, word and phoneme level, `Word`, which shows the score on the full text and word level, `FullText`, which shows the score on the full text level only. The default setting is `Phoneme`. | Optional |
8989
| Dimension | Defines the output criteria. Accepted values are `Basic`, which shows the accuracy score only, `Comprehensive` shows scores on more dimensions (e.g. fluency score and completeness score on the full text level, error type on word level). Check [Response parameters](#response-parameters) to see definitions of different score dimensions and word error types. The default setting is `Basic`. | Optional |
9090
| EnableMiscue | Enables miscue calculation. With this enabled, the pronounced words will be compared to the reference text, and will be marked with omission/insertion based on the comparison. Accepted values are `False` and `True`. The default setting is `False`. | Optional |
9191
| ScenarioId | A GUID indicating a customized point system. | Optional |
9292

93-
Below is an example JSON containing the pronuncition assessment parameters:
93+
Below is an example JSON containing the pronunciation assessment parameters:
9494

9595
```json
9696
{

0 commit comments

Comments
 (0)