Liking cljdoc? Tell your friends :D

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

speech.SpeechGrammarList

The SpeechGrammarList interface of the Web Speech API represents list of speech.SpeechGrammar objects containing words or patterns words that we want the recognition service to recognize.

The SpeechGrammarList interface of the Web Speech API represents
list of `speech.SpeechGrammar` objects containing words or patterns
words that we want the recognition service to recognize.
raw docstring

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

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

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

speech.SpeechRecognitionResult

The SpeechRecognitionResult interface of the Web Speech API represents single recognition match, which may contain multiple speech.SpeechRecognitionAlternative

The SpeechRecognitionResult interface of the Web Speech API represents
single recognition match, which may contain multiple `speech.SpeechRecognitionAlternative`
raw docstring

speech.SpeechRecognitionResultList

The SpeechRecognitionResultList interface of the Web Speech API a list of speech.SpeechRecognitionResult objects, or a single if results are being captured in web.continuous mode.

The SpeechRecognitionResultList interface of the Web Speech API
a list of `speech.SpeechRecognitionResult` objects, or a single
if results are being captured in `web.continuous` mode.
raw docstring

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

speech.SpeechSynthesis.ev

SpeechSynthesis Events.

SpeechSynthesis Events.
raw docstring

speech.SpeechSynthesisErrorEvent

The SpeechSynthesisErrorEvent interface of the Web Speech API information about any errors that occur while processing speech.SpeechSynthesisUtterance in the speech service.

The SpeechSynthesisErrorEvent interface of the Web Speech API
information about any errors that occur while processing `speech.SpeechSynthesisUtterance`
in the speech service.
raw docstring

speech.SpeechSynthesisEvent

The SpeechSynthesisEvent interface of the Web Speech API contains about the current state of speech.SpeechSynthesisUtterance that have been processed in the speech service.

The SpeechSynthesisEvent interface of the Web Speech API contains
about the current state of `speech.SpeechSynthesisUtterance`
that have been processed in the speech service.
raw docstring

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

speech.SpeechSynthesisUtterance.ev

SpeechSynthesisUtterance Events.

SpeechSynthesisUtterance Events.
raw docstring

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