OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utterance
(Results
51 - 59
of
59
) sorted by null
1
2
3
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chrome_extension_externs.js
625
* An event from the TTS engine to communicate the status of an
utterance
.
688
* @param {string}
utterance
The text to speak, either plain text or a complete,
695
chrome.tts.speak = function(
utterance
, opt_options, opt_callback) {};
chromevox.js
212
* @param {Object=} properties Speech properties to use for this
utterance
.
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
options.js
556
* speak an
utterance
. See that method for further details.
559
* @param {Object=} properties Speech properties to use for this
utterance
.
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_tts.js
423
* Speech queue mode that interrupts the current
utterance
.
430
* Speech queue mode that does not interrupt the current
utterance
.
/external/chromium_org/content/browser/speech/
google_streaming_remote_engine.cc
442
hypothesis.
utterance
= base::UTF8ToUTF16(ws_alternative.transcript());
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
speech_rule.js
14
* component describes how to construct a single
utterance
. Text-to-speech
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_watcher.js
102
* Whether or not the next
utterance
should flush all previous speech.
[
all
...]
/external/chromium_org/third_party/closure_compiler/externs/
chrome_extensions.js
[
all
...]
/external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js
[
all
...]
Completed in 293 milliseconds
1
2
3