Partager via


SpeechSynthesizer.SynthesizeTextToStreamAsync(String) Méthode

Définition

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

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)

Paramètres

text
String

Platform::String

winrt::hstring

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