Provides struct and type for a Audio.Transcription.Word
@type t() :: %OpenAi.Audio.Transcription.Word{ end: number(), start: number(), word: String.t() }