EasySpeech Controls v2.0

Speak method

The Speak method speaks the given text asynchronously.

function Speak(
BSTR Text
)  As Boolean

Parameters

Text
Text to speak.

Return Values

If the method succeeds, it returns TRUE, otherwise returns FALSE and raises the error exception.

Remarks

if property IsTaggedText is true, for SAPI 5.1 the text will be parsed for XML markup; for SAPI 4.0 it will assume as tagged text.

See Also

IsTaggedText