SpeechSynthesizer.SpeakSsmlAsync(String) Méthode

Définition

Synthétiser la parole à partir de SSML de manière synchrone (retourne une fois la synthèse terminée).

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)

Paramètres

ssml
String

SSML à synthétiser.

Retours

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

S’applique à