/** * 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 */