ISpeechRecognizerStatus NumberOfActiveRules Property (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform


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.