class
SpeechSynthesis

(Not documented.)

Annotations
  • DocsEditable()
  • DomName('SpeechSynthesis')
  • Experimental()
Extends

Properties

bool paused
read-only
bool pending
read-only
bool speaking
read-only
Events on
read-only , inherited
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.

Methods

cancel() → void
getVoices() → List<SpeechSynthesisVoice>
pause() → void
resume() → void
speak(SpeechSynthesisUtterance utterance) → void
addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
dispatchEvent(Event event) → bool
inherited