SpeechSynthesizer.SynthesizeTextToStreamAsync(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Gere de forma assíncrona a saída de fala de uma cadeia de caracteres.
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
O texto para fala.
Retornos
Um SpeechSynthesisStream que representa a fala gerada a partir do texto.
- Atributos
Comentários
Para gerar fala a partir da SSML (Speech Synthesis Markup Language) versão 1.1, consulte SynthesizeSsmlToStreamAsync.