Installed Property

Description

Returns a Boolean that indicates whether a compatible speech engine is installed.

Syntax

agent.SpeechInput.Installed

Remarks

If no compatible speech engine has been installed, this property returns False. However, querying any other SpeechInput properties raises an error. Therefore, check this property before checking the values of the SpeechInput or CommandsWindow objects.

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