Returns the semantic interpretation handle indicated by the index.
H_SI LVGrammar_CreateInterpretation (HGRAMMAR hgram, int index)
hgram
A handle to the grammar.
index
The index of the interpretation handle to be returned. It should be in the range [0, LVGrammar_GetNumberOfInterpretations).
null
The index is not valid.
non-null
The interpretation handle.
This function should be used after a call to LVGrammar_InterpretParses.
A non-null interpretation handle needs to be released after you are done using it, by calling LVInterpretation_Release
LVGrammar::GetInterpretation (C++ API)
Complete Help Topic List | Speech Engine Product Information