Returns a Boolean that indicates whether a compatible speech engine is installed.
agent.SpeechInput.Installed
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.
--------------------------------------------------------