VoiceAgentServerEventResponseAnimationBlendshapesDelta interface
The response.animation_blendshapes.delta server event.
- Extends
Properties
| content_index | The index of the content part in the item's content array. |
| event_id | The unique identifier of the server event. |
| frames | Animation frames as numeric blendshape weights. |
| frame_index | The index of the first frame in this delta. |
| item_id | The identifier of the output item associated with this event. |
| output_index | The index of the output item in the response. |
| response_id | The identifier of the response associated with this event. |
| type | The event type. Always |
Property Details
content_index
The index of the content part in the item's content array.
content_index: number
Property Value
number
event_id
The unique identifier of the server event.
event_id: string
Property Value
string
frames
Animation frames as numeric blendshape weights.
frames: number[][]
Property Value
number[][]
frame_index
The index of the first frame in this delta.
frame_index: number
Property Value
number
item_id
The identifier of the output item associated with this event.
item_id: string
Property Value
string
output_index
The index of the output item in the response.
output_index: number
Property Value
number
response_id
The identifier of the response associated with this event.
response_id: string
Property Value
string
type
The event type. Always response.animation_blendshapes.delta.
type: "response.animation_blendshapes.delta"
Property Value
"response.animation_blendshapes.delta"