Asynchronously generate speech output from a string.
public:
IAsyncOperation<SpeechSynthesisStream^ >^ SynthesizeTextToStreamAsync(
String^ text
)
text
Type: String
The text to speak.
Type: IAsyncOperation<SpeechSynthesisStream^ >
A SpeechSynthesisStream that represents the speech generated from the text.
Namespace: Windows.Media.SpeechSynthesis
Assembly: (in )