You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We suggest to use LLM tools with recognized text for content assessment. The sample code for content assessment 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 `PronunciationAssessmentWithContentAssessment`.
220
-
221
219
::: zone-end
222
220
223
221
::: zone pivot="programming-language-cpp"
@@ -227,8 +225,6 @@ auto pronunciationConfig = PronunciationAssessmentConfig::Create("", Pronunciati
227
225
pronunciationConfig->EnableProsodyAssessment();
228
226
```
229
227
230
-
We suggest to use LLM tools with recognized text for content assessment. The sample code for content assessment can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/cpp/windows/console/samples/speech_recognition_samples.cpp) under the function `PronunciationAssessmentWithContentAssessment`.
231
-
232
228
::: zone-end
233
229
234
230
::: zone pivot="programming-language-java"
@@ -239,8 +235,6 @@ PronunciationAssessmentConfig pronunciationConfig = new PronunciationAssessmentC
239
235
pronunciationConfig.enableProsodyAssessment();
240
236
```
241
237
242
-
We suggest to use LLM tools with recognized text for content assessment. The sample code for content assessment can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/java/jre/console/src/com/microsoft/cognitiveservices/speech/samples/console/SpeechRecognitionSamples.java) under the function `pronunciationAssessmentWithContentAssessment`.
We suggest to use LLM tools with recognized text for content assessment. The sample code for content assessment can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/python/console/speech_sample.py) under the function `pronunciation_assessment_with_content_assessment`.
259
-
260
252
::: zone-end
261
253
262
254
::: zone pivot="programming-language-javascript"
@@ -270,8 +262,6 @@ var pronunciationAssessmentConfig = new sdk.PronunciationAssessmentConfig(
We suggest to use LLM tools with recognized text for content assessment. The sample code for content assessment can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/js/node/pronunciationAssessmentGetContentResult.js).
We suggest to use LLM tools with recognized text for content assessment. The sample code for content assessment can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/objective-c/ios/speech-samples/speech-samples/ViewController.m) under the function `pronunciationAssessWithContentAssessment`.
286
-
287
275
::: zone-end
288
276
289
277
::: zone pivot="programming-language-swift"
@@ -296,8 +284,6 @@ let pronAssessmentConfig = try! SPXPronunciationAssessmentConfiguration("",
296
284
pronAssessmentConfig.enableProsodyAssessment()
297
285
```
298
286
299
-
We suggest to use LLM tools with recognized text for content assessment. The sample code for content assessment can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/objective-c/ios/speech-samples/speech-samples/ViewController.m) under the function `pronunciationAssessmentWithContentAssessment`.
0 commit comments