Browse
 
Tools
Rss Categories

LVParseTree::GrammarLabel

Reference Number: AA-00970 Views: 7101 0 Rating/ Voters

Returns the name of the grammar that generated this tree.  

Function

  • const char* GrammarLabel( )

Remarks

GrammarLabel( ) will always return the name of one of the grammars you activated for decode. It will be the name of the grammar that matched the speakers input, according to the engine. If the active grammar had an integer label, then the returned label will be a string representation of that integer.

See Also