ISpeechRecognizerStatus NumberOfActiveRules Property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechRecognizerStatus

NumberOfActiveRules Property


The NumberOfActiveRules property returns the current engine's number of active rules.

Syntax

Set: (This property is read-only)
Get: Long = ISpeechRecognizerStatus.NumberOfActiveRules

Parts

ISpeechRecognizerStatus
The owning object.
Long
Set: (This property is read-only)
Get: A Long variable which gets the property.

Example

For an example of the use of the NumberOfActiveRules property, see the code example in the Recognizer Status property section.