Partager via


SpeechSynthesizer.SpeakTextAsync(String) Méthode

Définition

Synthétiser la parole à partir de texte brut de façon synchrone (retourne une fois la synthèse terminée).

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

Paramètres

text
String

Texte brut à synthétiser.

Retours

Tâche représentant l’opération de synthèse terminée.

S’applique à