web.speech interfaces.
web.speech interfaces.
No vars found in this namespace.
The SpeechGrammar interface of the Web Speech API represents set of words or patterns of words that we want the recognition to recognize.
The SpeechGrammar interface of the Web Speech API represents set of words or patterns of words that we want the recognition to recognize.
The SpeechGrammarList interface of the Web Speech API represents
list of web.speech.SpeechGrammar
objects containing words or
of words that we want the recognition service to recognize.
The SpeechGrammarList interface of the Web Speech API represents list of `web.speech.SpeechGrammar` objects containing words or of words that we want the recognition service to recognize.
The SpeechRecognition interface of the Web Speech API is the interface for the recognition service; this also handles the sent from the recognition service.
The SpeechRecognition interface of the Web Speech API is the interface for the recognition service; this also handles the sent from the recognition service.
SpeechRecognition Events.
SpeechRecognition Events.
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.
The SpeechRecognitionError interface of the Web Speech API represents messages from the recognition service.
The SpeechRecognitionError interface of the Web Speech API represents messages from the recognition service.
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
The SpeechRecognitionResult interface of the Web Speech API represents
single recognition match, which may contain multiple web.speech.SpeechRecognitionAlternative
The SpeechRecognitionResult interface of the Web Speech API represents single recognition match, which may contain multiple `web.speech.SpeechRecognitionAlternative`
The SpeechRecognitionResultList interface of the Web Speech API
a list of web.speech.SpeechRecognitionResult
objects, or a
one if results are being captured in continuous
mode.
The SpeechRecognitionResultList interface of the Web Speech API a list of `web.speech.SpeechRecognitionResult` objects, or a one if results are being captured in `continuous` mode.
The SpeechSynthesis interface of the Web Speech API is the controller for the speech service; this can be used to retrieve information the synthesis voices available on the device, start and pause and other commands besides.
The SpeechSynthesis interface of the Web Speech API is the controller for the speech service; this can be used to retrieve information the synthesis voices available on the device, start and pause and other commands besides.
SpeechSynthesis Events.
SpeechSynthesis Events.
The SpeechSynthesisErrorEvent interface of the Web Speech API
information about any errors that occur while processing web.speech.SpeechSynthesisUtterance
in the speech service.
The SpeechSynthesisErrorEvent interface of the Web Speech API information about any errors that occur while processing `web.speech.SpeechSynthesisUtterance` in the speech service.
The SpeechSynthesisEvent interface of the Web Speech API contains
about the current state of web.speech.SpeechSynthesisUtterance
that have been processed in the speech service.
The SpeechSynthesisEvent interface of the Web Speech API contains about the current state of `web.speech.SpeechSynthesisUtterance` that have been processed in the speech service.
The SpeechSynthesisUtterance interface of the Web Speech API a speech request. It contains the content the speech service read and information about how to read it (e.g. language, pitch volume.)
The SpeechSynthesisUtterance interface of the Web Speech API a speech request. It contains the content the speech service read and information about how to read it (e.g. language, pitch volume.)
SpeechSynthesisUtterance Events.
SpeechSynthesisUtterance Events.
The SpeechSynthesisVoice interface of the Web Speech API represents voice that the system supports. Every SpeechSynthesisVoice has own relative speech service including information about language, and URI.
The SpeechSynthesisVoice interface of the Web Speech API represents voice that the system supports. Every SpeechSynthesisVoice has own relative speech service including information about language, and URI.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close