Member Junction
Preparing search index...
@memberjunction/ai-realtime-client
OAIProtocolTranscriptDelta
Interface OAIProtocolTranscriptDelta
Streaming delta of the assistant's spoken-text transcript (GA or beta event name).
interface
OAIProtocolTranscriptDelta
{
delta
:
string
;
item_id
?:
string
;
response_id
?:
string
;
type
:
|
"response.output_audio_transcript.delta"
|
"response.audio_transcript.delta"
;
}
Index
Properties
delta
item_
id?
response_
id?
type
Properties
delta
delta
:
string
Optional
item_
id
item_id
?:
string
Optional
response_
id
response_id
?:
string
type
type
:
|
"response.output_audio_transcript.delta"
|
"response.audio_transcript.delta"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
delta
item_
id
response_
id
type
Member Junction
Loading...
Streaming delta of the assistant's spoken-text transcript (GA or beta event name).