SpeechSynthesizer.SynthesizeTextToStreamAsync(String) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.