Liking cljdoc? Tell your friends :D
ClojureScript only.

web.speech.SpeechRecognitionAlternative

The SpeechRecognitionAlternative interface of the Web Speech represents a single word that has been recognised by the speech service.

The SpeechRecognitionAlternative interface of the Web Speech
represents a single word that has been recognised by the speech
service.
raw docstring

confidencecljs

(confidence this)

Property.

[Read Only] [Experimental]

The confidence read-only property of the web.speech.SpeechRecognitionResult returns a numeric estimate of how confident the speech recognition is that the recognition is correct.

var myConfidence = speechRecognitionAlternativeInstance.confidence;

See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionAlternative/confidence

Property.

[Read Only]
[Experimental]

The confidence read-only property of the `web.speech.SpeechRecognitionResult`
returns a numeric estimate of how confident the speech recognition
is that the recognition is correct.

`var myConfidence = speechRecognitionAlternativeInstance.confidence;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionAlternative/confidence`
sourceraw docstring

transcriptcljs

(transcript this)

Property.

[Read Only] [Experimental]

The transcript read-only property of the web.speech.SpeechRecognitionResult returns a string containing the transcript of the recognised

var myTranscript = speechRecognitionAlternativeInstance.transcript;

See also: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionAlternative/transcript

Property.

[Read Only]
[Experimental]

The transcript read-only property of the `web.speech.SpeechRecognitionResult`
returns a string containing the transcript of the recognised

`var myTranscript = speechRecognitionAlternativeInstance.transcript;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionAlternative/transcript`
sourceraw docstring

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

× close