All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.speech.SpeechSynthesis.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.speech

import js.core.ReadonlyArray
import web.events.Event
import web.events.EventHandler
import web.events.EventTarget

sealed external class SpeechSynthesis :
    EventTarget {
    var onvoiceschanged: EventHandler?
    val paused: Boolean
    val pending: Boolean
    val speaking: Boolean
    fun cancel()
    fun getVoices(): ReadonlyArray
    fun pause()
    fun resume()
    fun speak(utterance: SpeechSynthesisUtterance)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy