LVGrammar_InterpretParses

Generate semantic interpretation results from the parse trees generated by the previous call to LVGrammar_ParseSentence.

Function

int LVGrammar_InterpretParses(HGRAMMAR hgram)

Parameters

hgram

A handle to a grammar.

Return Values

integer (>=0)

Number of available interpretations.

Remarks

Before passing a grammar object handle to this function, you should call LVGrammar_ParseSentence using that handle. Otherwise, that handle doesn't contain any parse tree information.

See Also


Complete Help Topic List | Speech Engine Product Information