This function retrieves a handle to be used for semantic interpretation.
BOOL LVCA_GetInterpretationData(HANDLE hCA, LONG Index, void ** Data) ;
hCA
Handle to the call.
Index
The semantic interpretation index.
Data
The void pointer to receive the handle to the semantic interpretation object of type H_SI.
If successful, LVCA_GetInterpretationData returns true. If false is returned, call LVCA_GetLastCallError to retrieve the error code and message.
Using the H_SI handle requires the header <LV_SRE_Semantic.h>. Details on how to use semantic interpretation can be found in the LumenVox Speech Engine help documentation.
Complete Help Topic List | Speech Platform Product Information