Files
JiboOs/docs/bt/mim/delegates/BasicSpeakDelegate.js
2026-03-16 13:53:01 +02:00

18 lines
429 B
JavaScript

/**
* Delegate for speaking using the standard TTS system.
* @class BasicSpeakDelegate
* @memberof jibo.mim
* @private
*/
/**
* Speak text, passing the options directly to the TTS system.
* @method jibo.mim.BasicSpeakDelegate#stop
* @param {any} options Speech options, including text.
* @return {Promise}
*/
/**
* Stop the TTS.
* @method jibo.mim.BasicSpeakDelegate#stop
*/