Del via


TextToSpeechOptions.AudioFormat Property

Definition

Gets or sets the desired audio output format.

public:
 property System::String ^ AudioFormat { System::String ^ get(); void set(System::String ^ value); };
public string? AudioFormat { get; set; }
member this.AudioFormat : string with get, set
Public Property AudioFormat As String

Property Value

Remarks

This may be a media type (e.g., "audio/mpeg") or a provider-specific format name (e.g., "mp3", "wav", "opus"). When not specified, the provider's default format is used.

Applies to