Browse
 
Tools
Rss Categories

LV_TTS_GetSynthesisWarningCount

Reference Number: AA-01989 Views: 11380 0 Rating/ Voters

Returns the number of warnings created during the text-to-speech process.

This functionality was added in LumenVox version 13.0 (December 2004).

Function

  • LV_TTS_RETURN_CODE LV_TTS_GetSynthesisWarningCount(HTTSCLIENT client_handle, int * return_count);

Parameters

client_handle

Handle to the TTS client object.

return_count

Memory location of an integer variable into which the number of warnings is to be copied.

Return Values

LV_SUCCESS

No errors.

LV_FAILURE

The input TTS client handle is not a valid one.

LV_EXCEPTION

An exception occurred while processing the request.

Remarks

If results are not available yet, the value returned in return_count will be zero even if the function returns LV_SUCCESS.