Skip to content

Commit d89512f

Browse files
committed
remove code link
1 parent 1bad930 commit d89512f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ var pronunciationAssessmentConfig = new PronunciationAssessmentConfig(
216216
pronunciationAssessmentConfig.EnableProsodyAssessment();
217217
```
218218

219-
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-
221219
::: zone-end
222220

223221
::: zone pivot="programming-language-cpp"
@@ -227,8 +225,6 @@ auto pronunciationConfig = PronunciationAssessmentConfig::Create("", Pronunciati
227225
pronunciationConfig->EnableProsodyAssessment();
228226
```
229227

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-
232228
::: zone-end
233229

234230
::: zone pivot="programming-language-java"
@@ -239,8 +235,6 @@ PronunciationAssessmentConfig pronunciationConfig = new PronunciationAssessmentC
239235
pronunciationConfig.enableProsodyAssessment();
240236
```
241237

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`.
243-
244238
::: zone-end
245239

246240
::: zone pivot="programming-language-python"
@@ -255,8 +249,6 @@ pronunciation_config.enable_prosody_assessment()
255249
pronunciation_config.enable_content_assessment_with_topic("greeting")
256250
```
257251

258-
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-
260252
::: zone-end
261253

262254
::: zone pivot="programming-language-javascript"
@@ -270,8 +262,6 @@ var pronunciationAssessmentConfig = new sdk.PronunciationAssessmentConfig(
270262
pronunciationAssessmentConfig.enableProsodyAssessment();
271263
```
272264

273-
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).
274-
275265
::: zone-end
276266

277267
::: zone pivot="programming-language-objectivec"
@@ -282,8 +272,6 @@ SPXPronunciationAssessmentConfiguration *pronunicationConfig =
282272
[pronunicationConfig enableProsodyAssessment];
283273
```
284274
285-
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-
287275
::: zone-end
288276
289277
::: zone pivot="programming-language-swift"
@@ -296,8 +284,6 @@ let pronAssessmentConfig = try! SPXPronunciationAssessmentConfiguration("",
296284
pronAssessmentConfig.enableProsodyAssessment()
297285
```
298286

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`.
300-
301287
::: zone-end
302288

303289
::: zone pivot="programming-language-go"

0 commit comments

Comments
 (0)