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

SpeechSynthesizer.StartSpeakingTextAsync(String) 方法

定义

将纯文本中的语音合成任务作为异步操作进行排队。

public System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.SpeechSynthesisResult> StartSpeakingTextAsync (string text);
member this.StartSpeakingTextAsync : string -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.SpeechSynthesisResult>
Public Function StartSpeakingTextAsync (text As String) As Task(Of SpeechSynthesisResult)

参数

text
String

要合成的纯文本。

返回

表示已启动的合成操作的任务。

注解

此方法是 的 SpeakTextAsync(String)异步版本。

适用于