Browse
 
Tools
Rss Categories

LVTTSClient::GetSynthesisWarningCount

Reference Number: AA-01994 Views: 11375 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 2014).


Function

  • LV_TTS_RETURN_CODE GetSynthesisWarningCount(int *return_count)

Parameters

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 TTS client handle is invalid (either Initialize has not been called or Destroy has already been called).

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 method returns LV_SUCCESS.