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.
The confidence read-only property of the 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. The confidence read-only property of the `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`
(set-confidence! this val)
Property.
The confidence read-only property of the 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. The confidence read-only property of the `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`
(set-transcript! this val)
Property.
The transcript read-only property of the 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. The transcript read-only property of the `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`
(transcript this)
Property.
The transcript read-only property of the 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. The transcript read-only property of the `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