SpeechSynthesizer.SynthesizeTextToStreamAsync(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.