InputAudioBufferAppendRealtimeClientMessage.Content Property
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.
Gets or sets the audio content to append to the model audio buffer.
public:
property Microsoft::Extensions::AI::DataContent ^ Content { Microsoft::Extensions::AI::DataContent ^ get(); void set(Microsoft::Extensions::AI::DataContent ^ value); };
public Microsoft.Extensions.AI.DataContent Content { get; set; }
member this.Content : Microsoft.Extensions.AI.DataContent with get, set
Public Property Content As DataContent
Property Value
Exceptions
value is null.
Remarks
The content should include the audio buffer data that needs to be appended to the input audio buffer.