PronunciationAssessmentResult Class
Represents pronunciation assessment result.
Note
Added in version 1.14.0.
The result can be initialized from a speech recognition result.
- Inheritance
-
builtins.objectPronunciationAssessmentResult
Constructor
PronunciationAssessmentResult(result: azure.cognitiveservices.speech.SpeechRecognitionResult)
Parameters
- result
The speech recognition result
Attributes
accuracy_score
The score indicating the pronunciation accuracy of the given speech, which indicates how closely the phonemes match a native speaker's pronunciation
completeness_score
The score indicating the completeness of the given speech by calculating the ratio of pronounced words towards entire input.
fluency_score
The score indicating the fluency of the given speech.
pronunciation_score
The overall score indicating the pronunciation quality of the given speech. This is calculated from AccuracyScore, FluencyScore and CompletenessScore with weight.
words
Word level pronunciation assessment result.
Feedback
Submit and view feedback for