TranscriptionResponse model.
Summary
Types
@type t() :: %ExBifrost.Model.TranscriptionResponse{ duration: number() | nil, extra_fields: ExBifrost.Model.BifrostResponseExtraFields.t() | nil, language: String.t() | nil, logprobs: [ ExBifrost.Model.CreateChatCompletion200ResponseChoicesInnerLogProbsContentInnerTopLogprobsInner.t() ] | nil, segments: [ExBifrost.Model.TranscriptionResponseSegmentsInner.t()] | nil, task: String.t() | nil, text: String.t() | nil, usage: ExBifrost.Model.CreateTranscription200ResponseUsage.t() | nil, words: [ExBifrost.Model.TranscriptionResponseWordsInner.t()] | nil }