LVCA_SetRecognitionTimeout

This function sets the length of time which will pass, after the audio has played, before a timeout event will be issued to the call flow.

LVCA_API BOOL WINAPI LVCA_SetRecognitionTimeout(HANDLE hCA, LONG seconds);

Return Value:

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

Supported on Events:

CAMSG_ENTERMODULE

CAMSG_TIMEOUT

CAMSG_ERROR

Params:

hCA (IN) Call handle passed into function

Seconds (IN) Length of time in seconds before the timeout is triggered.


Complete Help Topic List | Speech Platform Product Information