ISpeechRecognizerStatus ClsidEngine Property (SAPI 5.3)
Microsoft Speech API 5.3
Interface: ISpeechRecognizerStatus
ClsidEngine Property
The ClsidEngine property returns the unique identifier associated with the current engine.
Syntax
Set: | (This property is read-only) |
Get: | String = ISpeechRecognizerStatus.ClsidEngine |
Parts
- ISpeechRecognizerStatus
The owning object. - String
Set: (This property is read-only)
Get: A String variable which gets the property.
Example
For an example of the use of the ClsidEngine property, see the code example in the Recognizer Status property section.