VoiceLiveModelFactory.SessionUpdateResponseAudioDelta 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.
Returned when the model-generated audio is updated.
public static Azure.AI.VoiceLive.SessionUpdateResponseAudioDelta SessionUpdateResponseAudioDelta(string eventId = default, string responseId = default, string itemId = default, int outputIndex = 0, int contentIndex = 0, BinaryData delta = default);
static member SessionUpdateResponseAudioDelta : string * string * string * int * int * BinaryData -> Azure.AI.VoiceLive.SessionUpdateResponseAudioDelta
Public Shared Function SessionUpdateResponseAudioDelta (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 delta As BinaryData = Nothing) As SessionUpdateResponseAudioDelta
Parameters
- eventId
- String
- responseId
- String
The ID of the response.
- itemId
- String
The ID of the item.
- outputIndex
- Int32
The index of the output item in the response.
- contentIndex
- Int32
The index of the content part in the item's content array.
- delta
- BinaryData
Base64-encoded audio data delta.
Returns
A new SessionUpdateResponseAudioDelta instance for mocking.