你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SpeechSynthesizer.GetVoicesAsync(String) 方法

定义

获取可用语音。 在 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)

参数

locale
String

以 BCP-47 格式指定语音的区域设置;或将其留空以获取所有可用语音。

返回

表示获取语音列表操作的任务。

适用于