
jsMain.web.speech.SpeechRecognitionResult.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.speech
import js.core.ArrayLike
import js.core.JsIterable
sealed external class SpeechRecognitionResult :
ArrayLike,
JsIterable {
val isFinal: Boolean
fun item(index: Int): SpeechRecognitionAlternative
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy