Freigeben über


SpeechSynthesizer.SynthesizeTextToStreamAsync(String) Methode

Definition

Generieren Sie die Sprachausgabe asynchron aus einer Zeichenfolge.

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)

Parameter

text
String

Platform::String

winrt::hstring

Der zu sprechende Text.

Gibt zurück

Ein SpeechSynthesisStream , der die aus dem Text generierte Sprache darstellt.

Attribute

Hinweise

Informationen zum Generieren von Sprache aus Version 1.1 der Speech Synthesis Markup Language (SSML) finden Sie unter SynthesizeSsmlToStreamAsync.

Gilt für:

Weitere Informationen