SpeechSynthesisUtterance
The SpeechSynthesisUtterance interface of the Web Speech API represents a speech request. It contains the content the speech service should read and information about how to read it (e.g. language, pitch and volume.)
Constructors
Functions
Link copied to clipboard
fun addEventListener(type: String, callback: (Event) -> Unit?, options: dynamic)
Content copied to clipboard
fun addEventListener(type: String, callback: EventListener?, options: dynamic)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun removeEventListener(type: String, callback: (Event) -> Unit?, options: dynamic)
Content copied to clipboard
fun removeEventListener(type: String, callback: EventListener?, options: dynamic)
Content copied to clipboard