This function produces a handle used evaluate SRGS results.
BOOL LVCA_GetParseTreeHandle(HANDLE hCA, LONG ParseIndex, void ** Tree) ;
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.
If successful, LVCA_GetParseTreeHandle returns true. If false is returned, call LVCA_GetLastCallError to retrieve the error code and message.
Complete Help Topic List | Speech Platform Product Information