Adds the parameter and value pair to the request BTS.
int LV_SRE_AddFieldToRequest (HPORT hport, const char* KeyName, const char* String);
Zero (0) or greater indicates success.
A negative result indicates a specific error:
-1: LV_FAILURE: The decode failed.
-12: LV_INVALID_HPORT: The Hport was invalid.
hport
A handle to the speech port.
KeyName
Name of the key which is to be added to the request BTS.
Adds a key-value pair to the request BTS. This is useful for logging purposes when analyzing the callsre files generated by the Engine. You need to represent all non-string values as const char * types when passing to this function.
Complete Help Topic List | Speech Engine Product Information