speechSynthesis property

SpeechSynthesis get speechSynthesis

The speechSynthesis read-only property of the Window object returns a SpeechSynthesis object, which is the entry point into using Web Speech API speech synthesis functionality.

Implementation

external SpeechSynthesis get speechSynthesis;