Partager via


SpeechSynthesizer.StartSpeakingSsmlAsync(String) Méthode

Définition

Tâche de synthèse vocale en file d’attente à partir de SSML en tant qu’opération asynchrone.

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)

Paramètres

ssml
String

SSML à synthétiser.

Retours

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

Remarques

Cette méthode est la version asynchrone de SpeakSsmlAsync(String).

S’applique à