View Source ExOpenAI.Components.CreateTranscriptionResponseVerboseJson (ex_openai.ex v1.7.0)

Schema representing a CreateTranscriptionResponseVerboseJson within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.CreateTranscriptionResponseVerboseJson{
  duration: String.t(),
  language: String.t(),
  segments: [ExOpenAI.Components.TranscriptionSegment.t()] | nil,
  text: String.t(),
  words: [ExOpenAI.Components.TranscriptionWord.t()] | nil
}