SpeechSynthesizer.SynthesizeSsmlToStreamAsync(String) Método

Definição

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.

Aplica-se a

Confira também