Home | History | Annotate | Download | only in searchvox

Lines Matching refs:speak

26  * @param {Array} selectTexts Array of selectors or text to speak.
38 cvox.ChromeVox.tts.speak(selectText.text, 1);
73 * Speak a normal search result.
78 cvox.NormalResult.prototype.speak = function(result) {
130 * Speak a weather forecast.
152 * Speak a weather search result.
157 cvox.WeatherResult.prototype.speak = function(result) {
194 cvox.ChromeVox.tts.speak(FORE_INTRO, 1);
223 * Speak a knowledge panel search result.
228 cvox.KnowResult.prototype.speak = function(result) {
276 * Speak a calculator search result.
281 cvox.CalcResult.prototype.speak = function(result) {
336 * Speak an image result.
341 cvox.ImageResult.prototype.speak = function(result) {
396 * Speak a category result.
401 cvox.CategoryResult.prototype.speak = function(result) {
432 * Speak an ad result.
437 cvox.AdResult.prototype.speak = function(result) {
455 * speak: Function that takes in a result and speaks the type to the user.