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