Translation server events
These are events emitted from the OpenAI Realtime Translation WebSocket server to the client.
Returned when an error occurs, which could be a client problem or a server problem. Most errors are recoverable and the session will stay open, we recommend to implementors to monitor and log error messages by default.
Returned when a translation session is created. Emitted automatically when a new connection is established as the first server event. This event contains the default translation session configuration.
Returned when optional source-language transcript text is available. This event
is emitted only when audio.input.transcription is configured.
Transcript deltas are append-only text fragments. Clients should not insert unconditional spaces between deltas.
Returned when translated transcript text is available.
Transcript deltas are append-only text fragments. Clients should not insert unconditional spaces between deltas.