OutputTextAudioRealtimeServerMessage.Audio 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 Base64-encoded audio data delta or final audio content.
public:
property System::String ^ Audio { System::String ^ get(); void set(System::String ^ value); };
public string? Audio { get; set; }
member this.Audio : string with get, set
Public Property Audio As String
Property Value
Remarks
Populated for OutputAudioDelta messages. For OutputAudioDone, this is typically null as the final audio is not included; use the accumulated deltas instead. For text content, use Text instead.