Not documented.

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

Properties

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.
bool paused
read-only
bool pending
read-only
bool speaking
read-only

Methods

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