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

main.web.speech.SpeechRecognitionResult.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.speech

import js.core.ArrayLike

sealed external class SpeechRecognitionResult :
    ArrayLike {
    val isFinal: Boolean
    fun item(index: Int): SpeechRecognitionAlternative
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy