SpeechSynthesizer.SpeakSsmlAsync(String) Método

Definição

Sintetizar a fala de SSML de forma síncrona (retorna quando terminar de sintetizar).

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)

Parâmetros

ssml
String

O SSML a ser sintetizado.

Retornos

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

Aplica-se a