The SpeechRecognitionEvent interface of the Web Speech API represents event object for the result and nomatch events, and contains the data associated with an interim or final speech recognition
The SpeechRecognitionEvent interface of the Web Speech API represents event object for the result and nomatch events, and contains the data associated with an interim or final speech recognition
(emma this)
Property.
The emma read-only property of the web.speech.SpeechRecognitionEvent
returns an Extensible MultiModal Annotation markup language (EMMA)
XML — representation of the result.
var myEmma = event.emma;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/emma
Property. The emma read-only property of the `web.speech.SpeechRecognitionEvent` returns an Extensible MultiModal Annotation markup language (EMMA) XML — representation of the result. `var myEmma = event.emma;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/emma`
(interpretation this)
Property.
The interpretation read-only property of the web.speech.SpeechRecognitionEvent
returns the semantic meaning of what the user said.
var myInterpretation = event.interpretation;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/interpretation
Property. The interpretation read-only property of the `web.speech.SpeechRecognitionEvent` returns the semantic meaning of what the user said. `var myInterpretation = event.interpretation;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/interpretation`
(result-index this)
Property.
The resultIndex read-only property of the web.speech.SpeechRecognitionEvent
returns the lowest index value result in the web.speech.SpeechRecognitionResultList
that has actually changed.
var myResultIndex = event.resultIndex;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/resultIndex
Property. The resultIndex read-only property of the `web.speech.SpeechRecognitionEvent` returns the lowest index value result in the `web.speech.SpeechRecognitionResultList` that has actually changed. `var myResultIndex = event.resultIndex;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/resultIndex`
(results this)
Property.
The results read-only property of the web.speech.SpeechRecognitionEvent
returns a web.speech.SpeechRecognitionResultList
object representing
the speech recognition results for the current session.
var myResults = event.results;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/results
Property. The results read-only property of the `web.speech.SpeechRecognitionEvent` returns a `web.speech.SpeechRecognitionResultList` object representing the speech recognition results for the current session. `var myResults = event.results;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/results`
(set-emma! this val)
Property.
The emma read-only property of the web.speech.SpeechRecognitionEvent
returns an Extensible MultiModal Annotation markup language (EMMA)
XML — representation of the result.
var myEmma = event.emma;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/emma
Property. The emma read-only property of the `web.speech.SpeechRecognitionEvent` returns an Extensible MultiModal Annotation markup language (EMMA) XML — representation of the result. `var myEmma = event.emma;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/emma`
(set-interpretation! this val)
Property.
The interpretation read-only property of the web.speech.SpeechRecognitionEvent
returns the semantic meaning of what the user said.
var myInterpretation = event.interpretation;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/interpretation
Property. The interpretation read-only property of the `web.speech.SpeechRecognitionEvent` returns the semantic meaning of what the user said. `var myInterpretation = event.interpretation;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/interpretation`
(set-result-index! this val)
Property.
The resultIndex read-only property of the web.speech.SpeechRecognitionEvent
returns the lowest index value result in the web.speech.SpeechRecognitionResultList
that has actually changed.
var myResultIndex = event.resultIndex;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/resultIndex
Property. The resultIndex read-only property of the `web.speech.SpeechRecognitionEvent` returns the lowest index value result in the `web.speech.SpeechRecognitionResultList` that has actually changed. `var myResultIndex = event.resultIndex;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/resultIndex`
(set-results! this val)
Property.
The results read-only property of the web.speech.SpeechRecognitionEvent
returns a web.speech.SpeechRecognitionResultList
object representing
the speech recognition results for the current session.
var myResults = event.results;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/results
Property. The results read-only property of the `web.speech.SpeechRecognitionEvent` returns a `web.speech.SpeechRecognitionResultList` object representing the speech recognition results for the current session. `var myResults = event.results;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/results`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close