ExBifrost.Model.TranscriptionResponse (ex_bifrost v0.1.0)

Copy Markdown View Source

TranscriptionResponse model.

Summary

Types

t()

@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
}

Functions

decode(value)