LVGrammar_CreateInterpretation

Returns the semantic interpretation handle indicated by the index.

Function

H_SI LVGrammar_CreateInterpretation (HGRAMMAR hgram, int index)

Parameters

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).

Return Values

null

The index is not valid.

non-null

The interpretation handle.

Remarks

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

See Also


Complete Help Topic List | Speech Engine Product Information