InputAudioBufferCommitRealtimeClientMessage 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 committing audio buffer input.
public ref class InputAudioBufferCommitRealtimeClientMessage : Microsoft::Extensions::AI::RealtimeClientMessage
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public class InputAudioBufferCommitRealtimeClientMessage : Microsoft.Extensions.AI.RealtimeClientMessage
public class InputAudioBufferCommitRealtimeClientMessage : Microsoft.Extensions.AI.RealtimeClientMessage
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type InputAudioBufferCommitRealtimeClientMessage = class
inherit RealtimeClientMessage
type InputAudioBufferCommitRealtimeClientMessage = class
inherit RealtimeClientMessage
Public Class InputAudioBufferCommitRealtimeClientMessage
Inherits RealtimeClientMessage
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| InputAudioBufferCommitRealtimeClientMessage() |
Initializes a new instance of the InputAudioBufferCommitRealtimeClientMessage class. |
Properties
| Name | Description |
|---|---|
| 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) |