Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
chrome
tts
Module tts
Index
Interfaces
SpeakOptions
TtsEvent
TtsVoice
Functions
getVoices
isSpeaking
speak
stop
Functions
getVoices
(
callback
?:
(voices: chrome.tts.TtsVoice[]) => void
)
Parameters
callback?:
(voices: chrome.tts.TtsVoice[]) => void
optional
isSpeaking
(
callback
?:
(speaking: boolean) => void
)
Parameters
callback?:
(speaking: boolean) => void
optional
speak
(
utterance
:
string
, options
?:
SpeakOptions
, callback
?:
Function
)
Parameters
utterance:
string
options?:
SpeakOptions
optional
callback?:
Function
optional
stop
(
)
Globals
chrome
chrome
chrome.alarms
chrome.bookmarks
chrome.browserAction
chrome.browsingData
chrome.commands
chrome.contentSettings
chrome.contextMenus
chrome.cookies
chrome.declarativeWebRequest
chrome.devtools
chrome.devtools.inspectedWindow
chrome.devtools.network
chrome.devtools.panels
chrome.downloads
chrome.events
chrome.extension
chrome.fileBrowserHandler
chrome.fontSettings
chrome.history
chrome.i18n
chrome.identity
chrome.idle
chrome.input
chrome.input.ime
chrome.management
chrome.notifications
chrome.omnibox
chrome.pageAction
chrome.pageCapture
chrome.permissions
chrome.privacy
chrome.proxy
chrome.runtime
chrome.scriptBadge
chrome.socket
chrome.storage
chrome.tabs
chrome.topSites
chrome.tts
chrome.ttsEngine
chrome.types
chrome.webNavigation
chrome.webRequest
chrome.webstore
chrome.windows
SpeakOptions
TtsEvent
TtsVoice
getVoices
isSpeaking
speak
stop