Liking cljdoc? Tell your friends :D

web.speech.core

web.speech interfaces.

web.speech interfaces.
raw docstring

No vars found in this namespace.

web.speech.SpeechGrammar

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

web.speech.SpeechGrammarList

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

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

web.speech.SpeechRecognitionError

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

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

web.speech.SpeechRecognitionResult

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

web.speech.SpeechRecognitionResultList

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

web.speech.SpeechSynthesis

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

web.speech.SpeechSynthesis.ev

SpeechSynthesis Events.

SpeechSynthesis Events.
raw docstring

web.speech.SpeechSynthesisErrorEvent

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

web.speech.SpeechSynthesisEvent

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

web.speech.SpeechSynthesisUtterance

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

web.speech.SpeechSynthesisUtterance.ev

SpeechSynthesisUtterance Events.

SpeechSynthesisUtterance Events.
raw docstring

web.speech.SpeechSynthesisVoice

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

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

× close