SpeechSynthesizer.GetVoicesAsync(String) Method
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET