This function will retrieve a specific questions response.
BOOL LVCA_GetMultiLevelConceptA(HANDLE hCA, LPCSTR Module, LONG Level, LPSTR Concept, LONG * Size, LONG * Confidence);
BOOL LVCA_GetMultiLevelConceptW(HANDLE hCA, LPCWSTR Module, LONG Level, LPWSTR Concept, LONG * Size, LONG * Confidence);
Return Value
These functions return true if successful, otherwise false will be returned. Call LVCA_GetLastCallError to retrieve the error code and message.
Parameters
hCA
The handle given by the event callback.
Module
The pointer to a string containing the module name.
Level
The question number of the concept to retrieve. This is 1 based index, i.e. send 1 to get the first response.
Concept
The pointer to memory to receive the concept string.
Size
A pointer to a LONG containing the size of the concept buffer.
Confidence
A pointer to a LONG to receive the confidence score for the concept.
Remarks
The Platform system will store each questions response. If the first question asks what state and then asks the city, the first concept will be the state and the second will have the city.
Complete Help Topic List | Speech Platform Product Information