Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Microsoft Speech API 5.3
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.