Share via


ISpeechRecognizerStatus NumberOfActiveRules Property (SAPI 5.3)

Microsoft Speech API 5.3

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.