You are reading help file online using chmlib.com
|
The ISpeechGrammarRuleStateTransition automation interface returns data about a transition from one rule state to another, or from a rule state to the end of a rule.
The ISpeechGrammarRuleStateTransition automation interface contains the following elements:
| Properties | Description |
|---|---|
| NextState Property | Specifies the rule state to which the transition leads. |
| PropertyId Property | Specifies the Id of a property contained in a semantic tag. |
| PropertyName Property | Specifies the name of a property contained in a semantic tag. |
| PropertyValue Property | Returns the value of a property contained in a semantic tag. |
| Rule Property | Specifies the speech rule to which the transition leads. |
| Text Property | Returns the recognition text associated with a transition. |
| Type Property | Specifies the type of the transition. |
| Weight Property | Assigns the transition a weight relative to its sibling transitions. |
You are reading help file online using chmlib.com
|