LV_TTS_GetLastSSMError

Provides the last SSML syntax error information, if any.

Function

Parameters

client_handle

Handle to the TTS client object.

error_buffer

Pointer to a char buffer into which the SSML syntax error description will be copied.

error_buffer_length

Maximum length (in bytes) of error_buffer.

Return Values

LV_SUCCESS

No errors; The SSML syntax error description has been copied into error_buffer.

LV_INVALID_TTS_HANDLE

The input TTS client handle is not a valid one.

LV_FAILURE

Either no results are available or there was no SSML syntax error.

LV_EXCEPTION

An exception occured while processing the request.

See Also

© 2012 LumenVox LLC. All rights reserved.