SpeechSynthesizer.SynthesizeSsmlToStreamAsync Method

Asynchronously generate speech output from a string containing Speech Synthesis Markup Language (SSML).

Syntax

public:
IAsyncOperation<SpeechSynthesisStream^ >^ SynthesizeSsmlToStreamAsync(
         String^ Ssml
)  

Parameters

Ssml
Type: String 

  The SSML-modified text to speak.

Return value

Type: IAsyncOperation<SpeechSynthesisStream^ > 

A SpeechSynthesisStream that represents the speech generated from the Speech Synthesis Markup Language (SSML).

Requirements

Namespace: Windows.Media.SpeechSynthesis

Assembly: (in )

See also

Reference

SpeechSynthesizer Class

SpeechSynthesizer Members

Windows.Media.SpeechSynthesis Namespace