LVGrammar_GetNumberOfInterpretations

Return the number of semantic interpretations created by the most recent call to LVGrammar_InterpretParses.

Function

int LVGrammar_GetNumberOfInterpretations(HGRAMMAR hgram)

Parameters

hgram

A handle to the grammar.

Return Values

integer (>=0)

Number of available interpretations.

Remarks

This function can be used after a call to LVGrammar_InterpretParses.  It is merely a convenience, as the return value of LVGrammar_InterpretParses provides the same information.

See Also


Complete Help Topic List | Speech Engine Product Information