Return the number of parses created by the most recent call of LVGrammar::ParseSentence.
int GetNumberOfParses(void)
0
The sentence is not covered by the grammar.
non-0
The number of distinct parses.
This function can be used after a call to LVGrammar::ParseSentence. It is provided as a convenience; it returns the same value as LVGrammar::ParseSentence.
Complete Help Topic List | Speech Engine Product Information