webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"SpeechSynthesis.idl";
Public Member Functions | |
void | speak (SpeechSynthesisUtterance utterance) |
void | cancel () |
void | pause () |
void | resume () |
sequence< SpeechSynthesisVoice > | getVoices () |
Public Attributes | |
readonly attribute boolean | pending |
readonly attribute boolean | speaking |
readonly attribute boolean | paused |
void SpeechSynthesis::cancel | ( | ) |
sequence<SpeechSynthesisVoice> SpeechSynthesis::getVoices | ( | ) |
void SpeechSynthesis::pause | ( | ) |
void SpeechSynthesis::resume | ( | ) |
void SpeechSynthesis::speak | ( | SpeechSynthesisUtterance | utterance | ) |