ResponseAudioTranscriptDeltaEvent(Int64, String) Constructor
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.
Initializes a new instance of ResponseAudioTranscriptDeltaEvent.
public ResponseAudioTranscriptDeltaEvent(long sequenceNumber, string delta);
new Azure.AI.AgentServer.Responses.Models.ResponseAudioTranscriptDeltaEvent : int64 * string -> Azure.AI.AgentServer.Responses.Models.ResponseAudioTranscriptDeltaEvent
Public Sub New (sequenceNumber As Long, delta As String)
Parameters
- sequenceNumber
- Int64
- delta
- String
The partial transcript of the audio response.
Exceptions
delta is null.