tts listener interface
More...
#include <tts_interface.hh>
tts listener interface
- See also
- ITTSHandler
◆ onTTSState()
virtual void NuguCapability::ITTSListener::onTTSState |
( |
TTSState |
state, |
|
|
const std::string & |
dialog_id |
|
) |
| |
|
pure virtual |
Report changes in the speech state to the user.
- Parameters
-
[in] | state | tts state |
[in] | dialog_id | dialog request id |
- See also
- ITTSHandler::requestTTS()
◆ onTTSText()
virtual void NuguCapability::ITTSListener::onTTSText |
( |
const std::string & |
text, |
|
|
const std::string & |
dialog_id |
|
) |
| |
|
pure virtual |
Report the speech sentence to the User.
- Parameters
-
[in] | text | sentence |
[in] | dialog_id | dialog request id |
◆ onTTSCancel()
virtual void NuguCapability::ITTSListener::onTTSCancel |
( |
const std::string & |
dialog_id | ) |
|
|
pure virtual |
Report canceled the text speech to the User.
- Parameters
-
[in] | dialog_id | dialog request id |
The documentation for this class was generated from the following file: