Liking cljdoc? Tell your friends :D

web.speech.SpeechRecognitionEvent

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
raw docstring

emmacljs

(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`
sourceraw docstring

interpretationcljs

(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`
sourceraw docstring

result-indexcljs

(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`
sourceraw docstring

resultscljs

(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`
sourceraw docstring

set-emma!cljs

(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`
sourceraw docstring

set-interpretation!cljs

(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`
sourceraw docstring

set-result-index!cljs

(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`
sourceraw docstring

set-results!cljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close