View Source OpenAi.Realtime.Session.CreateResponse.TurnDetection (OpenAI REST API Client v1.0.0)

Provides struct and type for a Realtime.Session.CreateResponse.TurnDetection

Summary

Types

@type t() :: %OpenAi.Realtime.Session.CreateResponse.TurnDetection{
  prefix_padding_ms: integer() | nil,
  silence_duration_ms: integer() | nil,
  threshold: number() | nil,
  type: String.t() | nil
}