InputAudioBufferAppendRealtimeClientMessage Class
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.
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
- 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) |