OutputTextAudioRealtimeServerMessage.Audio Property

Definition

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.

Applies to