ISpeechPhraseInfo Rule Property (SAPI 5.4)

Microsoft Speech API 5.4

Interface: ISpeechPhraseInfo

Rule Property

The Rule property retrieves information about the top-level rule that was used to recognize the phrase.

Syntax

Set: (This property is read-only)
Get: ISpeechPhraseRule = ISpeechPhraseInfo.Rule

Parts

  • ISpeechPhraseInfo
    The owning object.
  • ISpeechPhraseRule
    Set: (This property is read-only)
    Get: An ISpeechPhraseRule variable that gets the property.

Example

Use of the ISpeechPhraseInfo object is demonstrated in a code example at the end of this section.