getVoices method

The getVoices() method of the SpeechSynthesis interface returns a list of SpeechSynthesisVoice objects representing all the available voices on the current device.

Implementation

external JSArray<SpeechSynthesisVoice> getVoices();