Microsoft Speech Platform
Interface: ISpeechGrammarRuleStateTransition
PropertyValue Property
The PropertyValue property returns the value of a property contained in a semantic tag.
Syntax
Set: | (This property is read-only) |
Get: | Variant = ISpeechGrammarRuleStateTransition.PropertyValue |
Parts
- ISpeechGrammarRuleStateTransition
- The owning object.
- Variant
-
Set: (This property is read-only)
Get: A Variant variable returning the value of the semantic tag property.
Remarks
Semantic tags provide a way for grammar designers to put semantic information about a transition into the grammar. The PropertyId, PropertyName and PropertyValue properties provide access to that information at run time.