LVGrammar::GetParseTree

Return the parse tree object with the specified index.

Function

LVParseTree GetParseTree(int index)

Parameters

index

The index of the parse tree handle to be returned. It should be in the range [0, LVGrammar::GetNumberOfParses).

Return Values

null

The index is not valid.

non-null

The parse tree handle.

Remarks

This function should be used after a call to LVGrammar::ParseSentence.

See Also


Complete Help Topic List | Speech Engine Product Information