Compartilhar via


SpeechSynthesizer.StartSpeakingTextAsync(String) Método

Definição

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

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

Parâmetros

text
String

O texto sem formatação 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 SpeakTextAsync(String).

Aplica-se a