VoiceLiveModelFactory.SessionUpdateResponseAudioTranscriptDelta 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 transcription of audio output is updated.
public static Azure.AI.VoiceLive.SessionUpdateResponseAudioTranscriptDelta SessionUpdateResponseAudioTranscriptDelta(string eventId = default, string responseId = default, string itemId = default, int outputIndex = 0, int contentIndex = 0, string delta = default);
static member SessionUpdateResponseAudioTranscriptDelta : string * string * string * int * int * string -> Azure.AI.VoiceLive.SessionUpdateResponseAudioTranscriptDelta
Public Shared Function SessionUpdateResponseAudioTranscriptDelta (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 String = Nothing) As SessionUpdateResponseAudioTranscriptDelta
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
- String
The transcript delta.
Returns
A new SessionUpdateResponseAudioTranscriptDelta instance for mocking.