LVGrammar::NumberOfParses

Return the number of parses created by the most recent call of LVGrammar::ParseSentence.

Function

int GetNumberOfParses(void)

Return Values

0

The sentence is not covered by the grammar.

non-0

The number of distinct parses.

Remarks

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.

See Also


Complete Help Topic List | Speech Engine Product Information