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