View Source ExAzureSpeech.SpeechToText.Responses.Evaluation (ex_azure_speech v0.1.0)

Phrase details from the Speech-To-Text API.

Summary

Types

@type t() :: %ExAzureSpeech.SpeechToText.Responses.Evaluation{
  confidence: number() | nil,
  display: String.t() | nil,
  display_text: String.t() | nil,
  display_words: [ExAzureSpeech.SpeechToText.Responses.Word.t()],
  itn: String.t(),
  lexical: String.t(),
  masked_itn: String.t(),
  pronunciation_assessment:
    ExAzureSpeech.SpeechToText.Responses.PronunciationAssessment.t() | nil,
  words: [ExAzureSpeech.SpeechToText.Responses.Word.t()]
}