VoiceLiveModelFactory.SessionUpdateConversationItemInputAudioTranscriptionFailed 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 input audio transcription is configured, and a transcription
request for a user message failed. These events are separate from other
error events so that the client can identify the related Item.
public static Azure.AI.VoiceLive.SessionUpdateConversationItemInputAudioTranscriptionFailed SessionUpdateConversationItemInputAudioTranscriptionFailed(string eventId = default, string itemId = default, int contentIndex = 0, Azure.AI.VoiceLive.VoiceLiveErrorDetails error = default);
static member SessionUpdateConversationItemInputAudioTranscriptionFailed : string * string * int * Azure.AI.VoiceLive.VoiceLiveErrorDetails -> Azure.AI.VoiceLive.SessionUpdateConversationItemInputAudioTranscriptionFailed
Public Shared Function SessionUpdateConversationItemInputAudioTranscriptionFailed (Optional eventId As String = Nothing, Optional itemId As String = Nothing, Optional contentIndex As Integer = 0, Optional error As VoiceLiveErrorDetails = Nothing) As SessionUpdateConversationItemInputAudioTranscriptionFailed
Parameters
- eventId
- String
- itemId
- String
The ID of the user message item.
- contentIndex
- Int32
The index of the content part containing the audio.
- error
- VoiceLiveErrorDetails
Details of the transcription error.
Returns
A new SessionUpdateConversationItemInputAudioTranscriptionFailed instance for mocking.