type RealtimeTranscriptionSessionCreateResponse struct{…}
A Realtime transcription session configuration object.
type RealtimeTranscriptionSessionTurnDetection struct{…}
Configuration for turn detection. Can be set to null to turn off. Server
VAD means that the model will detect the start and end of speech based on
audio volume and respond at the end of user speech. For gpt-realtime-whisper, this must be null; VAD is not supported.