Compartilhar via


SpeechSynthesizer.StartSpeakingSsmlAsync(String) Método

Definição

Tarefa de síntese de fala da fila do SSML como uma operação assíncrona.

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)

Parâmetros

ssml
String

O SSML a ser sintetizado.

Retornos

Uma tarefa que representa a operação de síntese iniciada.

Comentários

Esse método é a versão assíncrona do SpeakSsmlAsync(String).

Aplica-se a