SpeechSynthesizer.SpeakSsmlAsync(String) method

Asynchronously speaks a string of text with Speech Synthesis Markup Language (SSML) markup with a text-to-speech voice.

Syntax

public IAsyncAction SpeakSsmlAsync(
  string content
)
Public Function SpeakSsmlAsync(
  content As String 
) As IAsyncAction
public:
IAsyncAction^ SpeakSsmlAsync(
  String^ content
)

Parameters

Return value

Type: IAsyncAction

The result of the asynchronous action.

Remarks

For more information about SSML, see Speech Synthesis Markup Language Reference.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Synthesis Windows::Phone::Speech::Synthesis [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone]

See also

SpeechSynthesizer

SpeakSsmlAsync(String, Object)