Jaa


InputAudioBufferAppendRealtimeClientMessage Class

Definition

Represents a real-time message for appending audio buffer input.

public ref class InputAudioBufferAppendRealtimeClientMessage : Microsoft::Extensions::AI::RealtimeClientMessage
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public class InputAudioBufferAppendRealtimeClientMessage : Microsoft.Extensions.AI.RealtimeClientMessage
public class InputAudioBufferAppendRealtimeClientMessage : Microsoft.Extensions.AI.RealtimeClientMessage
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type InputAudioBufferAppendRealtimeClientMessage = class
    inherit RealtimeClientMessage
type InputAudioBufferAppendRealtimeClientMessage = class
    inherit RealtimeClientMessage
Public Class InputAudioBufferAppendRealtimeClientMessage
Inherits RealtimeClientMessage
Inheritance
InputAudioBufferAppendRealtimeClientMessage
Attributes

Constructors

Name Description
InputAudioBufferAppendRealtimeClientMessage(DataContent)

Initializes a new instance of the InputAudioBufferAppendRealtimeClientMessage class.

Properties

Name Description
Content

Gets or sets the audio content to append to the model audio buffer.

MessageId

Gets or sets the optional message ID associated with the message. This can be used for tracking and correlation purposes.

(Inherited from RealtimeClientMessage)
RawRepresentation

Gets or sets the raw representation of the message. This can be used to send the raw data to the model.

(Inherited from RealtimeClientMessage)

Applies to