View Source OpenAi.Realtime.TranscriptionSession.CreateRequest.TurnDetection (OpenAI REST API Client v1.0.0)
Provides struct and type for a Realtime.TranscriptionSession.CreateRequest.TurnDetection
Summary
Types
@type t() :: %OpenAi.Realtime.TranscriptionSession.CreateRequest.TurnDetection{ create_response: boolean() | nil, eagerness: String.t() | nil, interrupt_response: boolean() | nil, prefix_padding_ms: integer() | nil, silence_duration_ms: integer() | nil, threshold: number() | nil, type: String.t() | nil }