VoiceLiveModelFactory.SessionUpdateResponseAnimationBlendshapeDone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the completion of blendshape animation processing for a specific output of a response.
public static Azure.AI.VoiceLive.SessionUpdateResponseAnimationBlendshapeDone SessionUpdateResponseAnimationBlendshapeDone(string eventId = default, string responseId = default, string itemId = default, int outputIndex = 0);
static member SessionUpdateResponseAnimationBlendshapeDone : string * string * string * int -> Azure.AI.VoiceLive.SessionUpdateResponseAnimationBlendshapeDone
Public Shared Function SessionUpdateResponseAnimationBlendshapeDone (Optional eventId As String = Nothing, Optional responseId As String = Nothing, Optional itemId As String = Nothing, Optional outputIndex As Integer = 0) As SessionUpdateResponseAnimationBlendshapeDone
Parameters
- eventId
- String
- responseId
- String
- itemId
- String
- outputIndex
- Int32
Returns
A new SessionUpdateResponseAnimationBlendshapeDone instance for mocking.