Skip to content

Commit 767d5e5

Browse files
Update bookmarks.
1 parent 9eaa960 commit 767d5e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/speech-service/how-to-pronunciation-assessment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,8 @@ The [scripted](#scripted-assessment-results) pronunciation assessment results fo
429429
- The phoneme [alphabet](#phoneme-alphabet-format) is IPA.
430430
- The [syllables](#syllable-groups) are returned alongside phonemes for the same word.
431431
- You can use the `Offset` and `Duration` values to align syllables with their corresponding phonemes. For example, the starting offset (11700000) of the second syllable `loʊ` aligns with the third phoneme, `l`. The offset represents the time at which the recognized speech begins in the audio stream. The value is measured in 100-nanosecond units. To learn more about `Offset` and `Duration`, see [response properties](rest-speech-to-text-short.md#response-properties).
432-
- There are five `NBestPhonemes` that correspond to the number of [spoken phonemes](#spoken-phoneme) requested.
433-
- Within `Phonemes`, the most likely [spoken phonemes](#spoken-phoneme) was `ə` instead of the expected phoneme `ɛ`. The expected phoneme `ɛ` only received a confidence score of 47. Other potential matches received confidence scores of 52, 17, and 2.
432+
- There are five `NBestPhonemes` that correspond to the number of [spoken phonemes](#assess-spoken-phoneme) requested.
433+
- Within `Phonemes`, the most likely [spoken phonemes](#assess-spoken-phoneme) was `ə` instead of the expected phoneme `ɛ`. The expected phoneme `ɛ` only received a confidence score of 47. Other potential matches received confidence scores of 52, 17, and 2.
434434

435435
```json
436436
{
@@ -640,7 +640,7 @@ The following table compares example phonemes with the corresponding syllables.
640640
| luck | lʌk |lʌk |
641641
| photosynthesis | foʊtəsɪnθəsɪs | foʊ·tə·sɪn·θə·sɪs |
642642

643-
To request syllable-level results along with phonemes, set the granularity [configuration parameter](#configuration-parameters) to `Phoneme`.
643+
To request syllable-level results along with phonemes, set the granularity [set-configuration parameter](#configuration-parameters) to `Phoneme`.
644644

645645
### Phoneme alphabet format
646646

0 commit comments

Comments
 (0)