SpeechRecognitionResult

The SpeechRecognitionResult interface of the Web Speech API represents a single recognition match, which may contain multiple SpeechRecognitionAlternative objects. Available only in secure contexts.

MDN Reference

Properties

Link copied to clipboard
Link copied to clipboard
open override val length: Int

Functions

Link copied to clipboard
open operator fun get(index: Int): SpeechRecognitionAlternative
Link copied to clipboard
Link copied to clipboard
open inline operator fun iterator(): Iterator<SpeechRecognitionAlternative>