View Source OpenAi.Audio.Transcription.Text.DeltaEvent.Logprobs (OpenAI REST API Client v1.0.0)

Provides struct and type for a Audio.Transcription.Text.DeltaEvent.Logprobs

Summary

Types

@type t() :: %OpenAi.Audio.Transcription.Text.DeltaEvent.Logprobs{
  bytes: [integer()] | nil,
  logprob: number() | nil,
  token: String.t() | nil
}