Share via


SpeechSynthesizer.StartSpeakingSsmlAsync(String) Methode

Definition

Warteschlangensprachsynthesetask aus SSML als asynchroner Vorgang.

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

Parameter

ssml
String

Das zu synthetisierende SSML.

Gibt zurück

Eine Aufgabe, die den gestarteten Synthesevorgang darstellt.

Hinweise

Diese Methode ist die asynchrone Version von SpeakSsmlAsync(String).

Gilt für: