SpeechSynthesizer.SynthesizeSsmlToStreamAsync(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 e controle de forma assíncrona a saída de fala de uma cadeia de caracteres SSML (Speech Synthesis Markup Language) versão 1.1 .
public:
virtual IAsyncOperation<SpeechSynthesisStream ^> ^ SynthesizeSsmlToStreamAsync(Platform::String ^ Ssml) = SynthesizeSsmlToStreamAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SpeechSynthesisStream> SynthesizeSsmlToStreamAsync(winrt::hstring const& Ssml);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SpeechSynthesisStream> SynthesizeSsmlToStreamAsync(string Ssml);
function synthesizeSsmlToStreamAsync(Ssml)
Public Function SynthesizeSsmlToStreamAsync (Ssml As String) As IAsyncOperation(Of SpeechSynthesisStream)
Parâmetros
- Ssml
-
String
Platform::String
winrt::hstring
O texto modificado por SSML para falar.
Retornos
Um SpeechSynthesisStream que representa a fala gerada a partir da SSML (Speech Synthesis Markup Language) versão 1.1.
- Atributos
Comentários
Características de voz, pronúncia, volume, tom, taxa ou velocidade, ênfase e assim por diante podem ser personalizadas por meio da SSML (Speech Synthesis Markup Language) versão 1.1.
Para gerar fala de texto sem formatação, consulte SynthesizeTextToStreamAsync.