The SpeechRecognitionEvent
interface of the Web Speech API represents the event object for the result
and nomatch
events, and contains all the data associated with an interim or final speech recognition result.
Documentation SpeechRecognitionEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Constructor
Variables
read onlyemma:HTMLDocument
Returns an Extensible MultiModal Annotation markup language (EMMA) — XML — representation of the result.
read onlyresultIndex:Int
Returns the lowest index value result in the SpeechRecognitionResultList
"array" that has actually changed.
read onlyresults:SpeechRecognitionResultList
Returns a SpeechRecognitionResultList
object representing all the speech recognition results for the current session.