RealtimeServerEventResponseContentPartAddedPart interface

model interface RealtimeServerEventResponseContentPartAddedPart

Properties

audio

Base64-encoded audio included when the added content part has type audio.

text

Text included when the added content part has type text.

transcript

The transcript associated with an added audio content part.

type

Whether the added content part contains audio or text.

Property Details

audio

Base64-encoded audio included when the added content part has type audio.

audio?: string

Property Value

string

text

Text included when the added content part has type text.

text?: string

Property Value

string

transcript

The transcript associated with an added audio content part.

transcript?: string

Property Value

string

type

Whether the added content part contains audio or text.

type?: "text" | "audio"

Property Value

"text" | "audio"