Compartir a través de


SpeechSynthesizer.SynthesizeTextToStreamAsync(String) Método

Definición

Genere de forma asincrónica la salida de voz a partir de una cadena.

public:
 virtual IAsyncOperation<SpeechSynthesisStream ^> ^ SynthesizeTextToStreamAsync(Platform::String ^ text) = SynthesizeTextToStreamAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SpeechSynthesisStream> SynthesizeTextToStreamAsync(winrt::hstring const& text);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SpeechSynthesisStream> SynthesizeTextToStreamAsync(string text);
function synthesizeTextToStreamAsync(text)
Public Function SynthesizeTextToStreamAsync (text As String) As IAsyncOperation(Of SpeechSynthesisStream)

Parámetros

text
String

Platform::String

winrt::hstring

Texto para hablar.

Devoluciones

SpeechSynthesisStream que representa la voz generada a partir del texto.

Atributos

Comentarios

Para generar voz a partir del lenguaje de marcado de síntesis de voz (SSML) versión 1.1, consulte SynthesisSsmlToStreamAsync.

Se aplica a

Consulte también