TAPIEx ActiveX Control v3.6

Speak method

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

function Speak(
BSTR Text
)  As Boolean

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