LVCA_API BOOL WINAPI LVCA_AddSRELogFieldW(HANDLE hCA, LPCWSTR Field, LPCWSTR Value);
LVCA_API BOOL WINAPI LVCA_AddSRELogFieldA(HANDLE hCA, LPCSTR Field, LPCSTR Value);
LVCA_AddSRELogField
If successful,LVCA_AddSRELogFieldA/LVCA_AddSRELogFieldW returns true. If false is returned, call LVCA_GetLastCallError to retrieve the error code and message.
CAMSG_CALLSTART
CAMSG_CALLSTOP
CAMSG_ENTERMODULE
CAMSG_REC_BEFORE_CONFIRM
CAMSG_REC_AFTER_CONFIRM
CAMSG_TIMEOUT
CAMSG_ERROR
hCA (IN) Call handle passed into function
Field (IN) The Field name .
Value (IN) The Value of the field.
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