webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
SpeechSynthesis Interface Reference

import"SpeechSynthesis.idl";

Public Member Functions

void speak (SpeechSynthesisUtterance utterance)
 
void cancel ()
 
void pause ()
 
void resume ()
 
sequence< SpeechSynthesisVoicegetVoices ()
 

Public Attributes

readonly attribute boolean pending
 
readonly attribute boolean speaking
 
readonly attribute boolean paused
 

Member Function Documentation

◆ cancel()

void SpeechSynthesis::cancel ( )

◆ getVoices()

sequence<SpeechSynthesisVoice> SpeechSynthesis::getVoices ( )

◆ pause()

void SpeechSynthesis::pause ( )

◆ resume()

void SpeechSynthesis::resume ( )

◆ speak()

void SpeechSynthesis::speak ( SpeechSynthesisUtterance  utterance)

Member Data Documentation

◆ paused

readonly attribute boolean SpeechSynthesis::paused

◆ pending

readonly attribute boolean SpeechSynthesis::pending

◆ speaking

readonly attribute boolean SpeechSynthesis::speaking

The documentation for this interface was generated from the following file: