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。

戻り値

開始された合成操作を表すタスク。

適用対象