View Source ExAzureSpeech.SpeechToText.Responses.PronunciationAssessment (ex_azure_speech v0.1.1)

Overall pronunciation assessment for the Evaluated Speech.

Summary

Types

@type t() :: %ExAzureSpeech.SpeechToText.Responses.PronunciationAssessment{
  accuracy_score: number(),
  completeness_score: number(),
  fluency_score: number(),
  pronunciation_score: number()
}