SpeechSynthesizer.SynthesizeTextToStreamAsync Method

Asynchronously generate speech output from a string.

Syntax

public:
IAsyncOperation<SpeechSynthesisStream^ >^ SynthesizeTextToStreamAsync(
         String^ text
)  

Parameters

text
Type: String 

  The text to speak.

Return value

Type: IAsyncOperation<SpeechSynthesisStream^ > 

A SpeechSynthesisStream that represents the speech generated from the text.

Requirements

Namespace: Windows.Media.SpeechSynthesis

Assembly: (in )

See also

Reference

SpeechSynthesizer Class

SpeechSynthesizer Members

Windows.Media.SpeechSynthesis Namespace