Skip to content

Commit 98c4205

Browse files
Merge pull request #3461 from yaden-ms/yaden/update_PA
remove content assessment in python sample code
2 parents 5ebb1a0 + 3a95e9e commit 98c4205

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ pronunciation_config = speechsdk.PronunciationAssessmentConfig(
246246
granularity=speechsdk.PronunciationAssessmentGranularity.Phoneme,
247247
enable_miscue=False)
248248
pronunciation_config.enable_prosody_assessment()
249-
pronunciation_config.enable_content_assessment_with_topic("greeting")
250249
```
251250

252251
::: zone-end

0 commit comments

Comments
 (0)