Schema representing a TranscriptionWord within the OpenAI API
@type t() :: %ExOpenAI.Components.TranscriptionWord{ end: float(), start: float(), word: String.t() }