Share via


VoiceLiveModelFactory.SessionUpdateResponseAnimationBlendshapeDelta Method

Definition

Represents a delta update of blendshape animation frames for a specific output of a response.

public static Azure.AI.VoiceLive.SessionUpdateResponseAnimationBlendshapeDelta SessionUpdateResponseAnimationBlendshapeDelta(string eventId = default, string responseId = default, string itemId = default, int outputIndex = 0, int contentIndex = 0, BinaryData frames = default, int frameIndex = 0);
static member SessionUpdateResponseAnimationBlendshapeDelta : string * string * string * int * int * BinaryData * int -> Azure.AI.VoiceLive.SessionUpdateResponseAnimationBlendshapeDelta
Public Shared Function SessionUpdateResponseAnimationBlendshapeDelta (Optional eventId As String = Nothing, Optional responseId As String = Nothing, Optional itemId As String = Nothing, Optional outputIndex As Integer = 0, Optional contentIndex As Integer = 0, Optional frames As BinaryData = Nothing, Optional frameIndex As Integer = 0) As SessionUpdateResponseAnimationBlendshapeDelta

Parameters

eventId
String
responseId
String
itemId
String
outputIndex
Int32
contentIndex
Int32
frames
BinaryData
frameIndex
Int32

Returns

A new SessionUpdateResponseAnimationBlendshapeDelta instance for mocking.

Applies to