Return the parse tree object with the specified index.
LVParseTree GetParseTree(int index)
index
The index of the parse tree handle to be returned. It should be in the range [0, LVGrammar::GetNumberOfParses).
null
The index is not valid.
non-null
The parse tree handle.
This function should be used after a call to LVGrammar::ParseSentence.
Complete Help Topic List | Speech Engine Product Information