PropsSpeechSynthesis extension
Properties
- 
  onvoiceschanged
  ↔ EventHandlerNonNull<Event> ?
- 
      Available on SpeechSynthesis, provided by the PropsSpeechSynthesis extension getter/setter pair
- paused → bool
- 
      Available on SpeechSynthesis, provided by the PropsSpeechSynthesis extension no setter
- pending → bool
- 
      Available on SpeechSynthesis, provided by the PropsSpeechSynthesis extension no setter
- speaking → bool
- 
      Available on SpeechSynthesis, provided by the PropsSpeechSynthesis extension no setter
Methods
- 
  cancel() → void 
- 
      Available on SpeechSynthesis, provided by the PropsSpeechSynthesis extension 
- 
  getVoices() → Iterable< SpeechSynthesisVoice> 
- 
      Available on SpeechSynthesis, provided by the PropsSpeechSynthesis extension 
- 
  pause() → void 
- 
      Available on SpeechSynthesis, provided by the PropsSpeechSynthesis extension 
- 
  resume() → void 
- 
      Available on SpeechSynthesis, provided by the PropsSpeechSynthesis extension 
- 
  speak(SpeechSynthesisUtterance utterance) → void 
- 
      Available on SpeechSynthesis, provided by the PropsSpeechSynthesis extension