LVCA_GetInterpretationData

This function retrieves a handle to be used for semantic interpretation.

Functions

BOOL LVCA_GetInterpretationData(HANDLE hCA, LONG Index, void ** Data) ;

Parameters

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.

Returns

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

Remarks

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