Enabled Property

Description

Returns a Boolean value indicating whether speech input is enabled.

Syntax

agent.SpeechInput.Enabled

Remarks

The Enabled property reflects the state of the speech recognition engine set in the Engine property. Values for other SpeechInput properties do not change when Enabled is set to False. Querying this property raises an error if no speech engine has been installed.

NoteThe user can override this property.

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