PronunciationAssessment does not include ContentAssessmentResult for Unscripted Assessment Results
Naman Muley
0
Reputation points
I am attempting to try out the pronunciation assessment and will really use the TopicScore
and GrammarScore
from the content assessment result.
I am using a modified version of the sample python code given in your github: https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/261160e26dfcae4c3aee93308d58d74e36739b6f/samples/python/console/speech_sample.py#L846
Here are the conditions I have set which make me believe my pronunciation result must have a non-null content assessment result:
- language = "en-US"
- Setting content assessment with topic like:
pronunciation_config.enable_content_assessment_with_topic(``*t``opic*=topic)
- Setting granularity of assessment to FullText like thus:
granularity=speechsdk.PronunciationAssessmentGranularity.FullText,
What am I doing wrong to not get the ContentAssessmentResult?
Sign in to answer