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.
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close