SpeechSynthesizer.GetVoicesAsync(String) Method

Definition

Get the available voices. Added in 1.16.0

public System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.SynthesisVoicesResult> GetVoicesAsync (string locale = "");
member this.GetVoicesAsync : string -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.SynthesisVoicesResult>
Public Function GetVoicesAsync (Optional locale As String = "") As Task(Of SynthesisVoicesResult)

Parameters

locale
String

Specify the locale of voices, in BCP-47 format; or leave it empty to get all available voices.

Returns

A task representing the getting voices list operation.

Applies to