Share via


SpeechSynthesizer.StartSpeakingTextAsync(String) Methode

Definition

Warteschlangensprachsynthesetask aus Nur-Text als asynchroner Vorgang.

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)

Parameter

text
String

Der zu synthetisierende Nur-Text.

Gibt zurück

Eine Aufgabe, die den gestarteten Synthesevorgang darstellt.

Hinweise

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

Gilt für: