speechSynthesis property - Window class - dart:html library (original) (raw)
SpeechSynthesis? getspeechSynthesis
Access to speech synthesis in the browser.
Other resources
- Web speech specificationfrom W3C.
Implementation
SpeechSynthesis? get speechSynthesis native;