Lire en anglais

Partager via


SpeechSynthesizer.SynthesizeTextToStreamAsync(String) Méthode

Définition

Générez de façon asynchrone une sortie vocale à partir d’une chaîne.

[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SpeechSynthesisStream> SynthesizeTextToStreamAsync(string text);

Paramètres

text
String

Texte à lire.

Retours

SpeechSynthesisStream qui représente la parole générée à partir du texte.

Attributs

Remarques

Pour générer des paroles à partir de SSML (Speech Synthesis Markup Language) version 1.1, consultez SynthesisSsmlToStreamAsync.

S’applique à

Voir aussi