TextToSpeechOptions.AudioFormat 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 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.