Enabled Property

Description

Returns a Boolean indicating whether audio (spoken) output is enabled.

Syntax

agent.AudioOutput.Enabled

Remarks

When the Enabled property returns True, the Speak method produces audio output. When it returns False, it means that speech output is not installed or has been disabled by the user. Only the user can set this property value.

--------------------------------------------------------