TAPIEx.NET Component Documentation

Speak method Method

Description

The Speak method speaks the contents of a text string asynchronously.

[Visual Basic]
function Speak( ByVal String Text ) As Boolean
[C#]
public Boolean Speak(string Text);

Parameters

Text, the text string possibly containing XML markup to be synthesized.
 

Return values

If the method succeeds, the return TRUE, otherwise return FALSE. Use ErrCode property to get the error code if return FALSE.

Remarks

TTS XML markup only available in SAPI 5.1

See Also

TextIsXML

Support editions