vx_evt_tts_injection_failed
Manage text-to-speech operations.
Read time 1 minuteLast updated 20 hours ago
Raised when an injection of a text-to-speech (TTS) message has failed. More...
#include <VxcEvents.h>Public Attributes
Name | |
|---|---|
| vx_evt_base_t | base The common properties for all events. |
| vx_tts_status | status The failed injection's resultant error code. |
| vx_tts_utterance_id | utterance_id The ID of the utterance that this event relates to. |
| vx_tts_destination | tts_destination The destination to which the utterance was injected to. |
Detailed Description
Raised when an injection of a text-to-speech (TTS) message has failed. Note: V5 only.struct vx_evt_tts_injection_failed;
Public Attributes Documentation
variable base
The common properties for all events.vx_evt_base_t base;
variable status
The failed injection's resultant error code.vx_tts_status status;
variable utterance_id
The ID of the utterance that this event relates to.vx_tts_utterance_id utterance_id;
variable tts_destination
The destination to which the utterance was injected to.vx_tts_destination tts_destination;