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

SpeechSynthesizer.SpeakSsmlAsync(String) 方法

定义

从 SSML 同步合成语音, (完成合成) 时返回。

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

参数

ssml
String

要合成的 SSML。

返回

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

适用于