ServerEventConversationItemInputAudioTranscriptionDelta interface
Returned when the text value of an input audio transcription content part is updated.
- Extends
Properties
| content |
The index of the content part in the item's content array. |
| delta | The text delta. |
| item |
The ID of the item. |
| logprobs | The log probabilities of the transcription. |
| type | The event type, must be |
Inherited Properties
| event |
Property Details
contentIndex
The index of the content part in the item's content array.
contentIndex?: number
Property Value
number
delta
The text delta.
delta?: string
Property Value
string
itemId
The ID of the item.
itemId: string
Property Value
string
logprobs
The log probabilities of the transcription.
logprobs?: LogProbProperties[]
Property Value
type
The event type, must be conversation.item.input_audio_transcription.delta.
type: "conversation.item.input_audio_transcription.delta"
Property Value
"conversation.item.input_audio_transcription.delta"