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

Schema representing a TranscriptionWord within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.TranscriptionWord{
  end: float(),
  start: float(),
  word: String.t()
}