Engine Property

Description

Returns or sets the speech recognition engine that is currently selected for input.

Syntax

agent.SpeechInput.Engine [=modeID]

Part Description
modeID A string expression specifying the mode ID of the speech engine.

Remarks

The Engine property takes a string value specifying the mode ID of the speech engine. Querying this property raises an error if Installed or Enabled is False.

NoteThe user can override this property.

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