LVCA_SetApplicationSelectedConceptA/ LVCA_SetApplicationSelectedConceptW

Note: As of July 2007, all functions relating to concept/phrase grammars have been deprecated in favor of SRGS grammars. These functions are subject to being removed in a future release. Please update your applications accordingly. See Using SRGS Grammars for more information on working with SRGS grammars.

The Platform will automatically record the concept it picks as the correct concept into the Response/Log files.  This information is useful for tuning purposes, as this information is displayed in the Speech Tuner application.  When choosing and taking action on concepts evaluated in the CAMSG_REC_BEFORE_CONFIRM event, you should call this function to indicate which concept you pick as correct or pertinent.

LVCA_API BOOL WINAPI LVCA_SetApplicationSelectedConceptA(HANDLE hCA, LPCSTR ConceptIndexes);

LVCA_API BOOL WINAPI LVCA_SetApplicationSelectedConceptW(HANDLE hCA, LPCWSTR ConceptIndexes);

Return Value:

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

Supported on Events:

CAMSG_REC_BEFORE_CONFIRM

Params:

hCA (IN) Call handle passed into function

ConceptIndexes (IN)

Notes:

 

L


Complete Help Topic List | Speech Platform Product Information