LVCA_GetParseTreeHandle

This function produces a handle used evaluate SRGS results.

Functions

BOOL LVCA_GetParseTreeHandle(HANDLE hCA, LONG ParseIndex, void ** Tree) ;

Parameters

hCA

Handle to the call.

ParseIndex

The parse index to evaluate.  To determine the number of parses call the function LVCA_GetNumberOfSRGSParses.

Tree

This void pointer will need to be cast as a ParseTree.

Returns

If successful, LVCA_GetParseTreeHandle returns true.  If false is returned, call LVCA_GetLastCallError to retrieve the error code and message.

Remarks

 


Complete Help Topic List | Speech Platform Product Information