View Source ExAzureSpeech.SpeechToText.Responses.Word (ex_azure_speech v0.2.0)

Represents a word in a phrase.

Summary

Types

@type t() :: %ExAzureSpeech.SpeechToText.Responses.Word{
  duration: integer(),
  offset: integer(),
  word: String.t()
}