0 out of 1 rated this helpful - Rate this topic

SpeechSynthesizer.SpeakTextAsync(String) method

4/5/2013

Asynchronously speaks the content of a plain-text string.

Syntax

Public Function SpeakTextAsync(
  content As String 
) As IAsyncAction

Parameters

content

Type: System.String [.NET] | Platform::String [C++]

The plain-text string to speak.

Return value

Type: IAsyncAction

The result of the asynchronous action.

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
SpeakTextAsync(String, Object)

 

 

Build date: 4/5/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.