LVCA_AddSRELogFieldA/LVCA_AddSRELogFieldW

LVCA_API BOOL WINAPI LVCA_AddSRELogFieldW(HANDLE hCA, LPCWSTR Field, LPCWSTR Value);

LVCA_API BOOL WINAPI LVCA_AddSRELogFieldA(HANDLE hCA, LPCSTR Field, LPCSTR Value);

Defined as:

LVCA_AddSRELogField

Return Value:

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

Supported on Events:

CAMSG_CALLSTART

CAMSG_CALLSTOP

CAMSG_ENTERMODULE

CAMSG_REC_BEFORE_CONFIRM

CAMSG_REC_AFTER_CONFIRM

CAMSG_TIMEOUT

CAMSG_ERROR

Params:

hCA (IN) Call handle passed into function

Field (IN) The Field name .

Value (IN) The Value of the field.

Notes:

This function will add tags into the answer and request files produced by the speech engine.  The LV Speech Application Tuner reads these files.


Complete Help Topic List | Speech Platform Product Information