Skip to content

Commit 861a865

Browse files
Update articles/ai-services/speech-service/how-to-pronunciation-assessment.md
Co-authored-by: Eric Urban <[email protected]>
1 parent 63d1b38 commit 861a865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ pronunciationAssessmentConfig?.nbestPhonemeCount = 5
10471047
This formula provides a weighted calculation based on the importance of each score, ensuring a comprehensive evaluation of pronunciation.
10481048

10491049
- Currently, only `en-US` is supported for topics in pronunciation assessment. There is no length limit for the topic parameter.
1050-
1050+
### Continuous recognition
10511051
::: zone pivot="programming-language-csharp"
10521052

10531053
- If your audio file exceeds 30 seconds, use continuous mode for processing. The sample code for continuous mode can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/csharp/sharedcontent/console/speech_recognition_samples.cs) under the function `PronunciationAssessmentContinuousWithFile`.

0 commit comments

Comments
 (0)