Provides struct and type for a Audio.Transcription.CreateRequest
@type t() :: %OpenAi.Audio.Transcription.CreateRequest{ file: String.t(), language: String.t() | nil, model: String.t(), prompt: String.t() | nil, response_format: String.t() | nil, temperature: number() | nil, "timestamp_granularities[]": [String.t()] | nil }