Articles tagged: Web Speech API
Found 107 documents
- Web/API/SpeechGrammar The SpeechGrammar interface of the Web Speech API represents a set of words or patterns of words ...
- Web/API/SpeechGrammar/SpeechGrammar The SpeechGrammar constructor of the SpeechGrammar interface creates a new SpeechGrammar object ...
- Web/API/SpeechGrammar/src The src property of the SpeechGrammar interface sets and returns a string containing the grammar ...
- Web/API/SpeechGrammar/weight The optional weight property of the SpeechGrammar interface sets and returns the weight of the ...
- Web/API/SpeechGrammarList The SpeechGrammarList interface of the Web Speech API represents a list of SpeechGrammar objects ...
- Web/API/SpeechGrammarList/addFromURI The addFromURI() method of the SpeechGrammarList interface takes a grammar present at a specific ...
- Web/API/SpeechGrammarList/item The item getter of the SpeechGrammarList interface is a standard getter — it allows individual ...
- Web/API/SpeechGrammarList/length The length read-only property of the SpeechGrammarList interface returns the number of ...
- Web/API/SpeechGrammarList/SpeechGrammarList The SpeechGrammarList() constructor creates a new SpeechGrammarList object instance.
- Web/API/SpeechRecognition The SpeechRecognition interface of the Web Speech API is the controller interface for the ...
- Web/API/SpeechRecognition/abort The abort() method of the Web Speech API stops the speech recognition service from listening to ...
- Web/API/SpeechRecognition/continuous The continuous property of the SpeechRecognition interface controls whether continuous results ...
- Web/API/SpeechRecognition/grammars The grammars property of the SpeechRecognition interface returns and sets a collection of ...
- Web/API/SpeechRecognition/interimResults The interimResults property of the SpeechRecognition interface controls whether interim results ...
- Web/API/SpeechRecognition/lang The lang property of the SpeechRecognition interface returns and sets the language of the ...
- Web/API/SpeechRecognition/maxAlternatives The maxAlternatives property of the SpeechRecognition interface sets the maximum number of ...
- Web/API/SpeechRecognition/onaudioend The onaudioend property of the SpeechRecognition interface represents an event handler that will ...
- Web/API/SpeechRecognition/onaudiostart The onaudiostart property of the SpeechRecognition interface represents an event handler that ...
- Web/API/SpeechRecognition/onend The onend property of the SpeechRecognition interface represents an event handler that will run ...
- Web/API/SpeechRecognition/onerror The onerror property of the SpeechRecognition interface represents an event handler that will ...
- Web/API/SpeechRecognition/onnomatch The onnomatch property of the SpeechRecognition interface represents an event handler that will ...
- Web/API/SpeechRecognition/onresult The onresult property of the SpeechRecognition interface represents an event handler that will ...
- Web/API/SpeechRecognition/onsoundend The onsoundend property of the SpeechRecognition interface represents an event handler that will ...
- Web/API/SpeechRecognition/onsoundstart The onsoundstart property of the SpeechRecognition interface represents an event handler that ...
- Web/API/SpeechRecognition/onspeechend The onspeechend property of the SpeechRecognition interface represents an event handler that ...
- Web/API/SpeechRecognition/onspeechstart The onspeechstart property of the SpeechRecognition interface represents an event handler that ...
- Web/API/SpeechRecognition/onstart The onstart property of the SpeechRecognition interface represents an event handler that will ...
- Web/API/SpeechRecognition/serviceURI The serviceURI property of the SpeechRecognition interface specifies the location of the speech ...
- Web/API/SpeechRecognition/SpeechRecognition The SpeechRecognition() constructor creates a new SpeechRecognition object instance.
- Web/API/SpeechRecognition/start The start() method of the Web Speech API starts the speech recognition service listening to ...
- Web/API/SpeechRecognition/stop The start() method of the Web Speech API stops the speech recognition service from listening to ...
- Web/API/SpeechRecognitionAlternative The SpeechRecognitionAlternative interface of the Web Speech API represents a single word that ...
- Web/API/SpeechRecognitionAlternative/confidence The confidence read-only property of the SpeechRecognitionResult interface returns a numeric ...
- Web/API/SpeechRecognitionAlternative/transcript The transcript read-only property of the SpeechRecognitionResult interface returns a string ...
- Web/API/SpeechRecognitionError The SpeechRecognitionError interface of the Web Speech API represents error messages from the ...
- Web/API/SpeechRecognitionError/error The error read-only property of the SpeechRecognitionError interface returns the type of error ...
- Web/API/SpeechRecognitionError/message The message read-only property of the SpeechRecognitionError interface returns a message ...
- Web/API/SpeechRecognitionEvent The SpeechRecognitionEvent interface of the Web Speech API represents the event object for the ...
- Web/API/SpeechRecognitionEvent/emma The emma read-only property of the SpeechRecognitionEvent interface returns an E xtensible ...
- Web/API/SpeechRecognitionEvent/interpretation The interpretation read-only property of the SpeechRecognitionEvent interface returns the ...
- Web/API/SpeechRecognitionEvent/resultIndex The resultIndex read-only property of the SpeechRecognitionEvent interface returns the lowest ...
- Web/API/SpeechRecognitionEvent/results The results read-only property of the SpeechRecognitionEvent interface returns a ...
- Web/API/SpeechRecognitionResult The SpeechRecognitionResult interface of the Web Speech API represents a single recognition ...
- Web/API/SpeechRecognitionResult/isFinal The isFinal read-only property of the SpeechRecognitionResult interface is a Boolean that states ...
- Web/API/SpeechRecognitionResult/item The item getter of the SpeechRecognitionResult interface is a standard getter that allows ...
- Web/API/SpeechRecognitionResult/length The length read-only property of the SpeechRecognitionResult interface returns the length of the ...
- Web/API/SpeechRecognitionResultList The SpeechRecognitionResultList interface of the Web Speech API represents a list of ...
- Web/API/SpeechRecognitionResultList/item The item getter of the SpeechRecognitionResultList interface is a standard getter — it allows ...
- Web/API/SpeechRecognitionResultList/length The length read-only property of the SpeechRecognitionResultList interface returns the length of ...
- Web/API/SpeechSynthesis The SpeechSynthesis interface of the Web Speech API is the controller interface for the speech ...
- Web/API/SpeechSynthesis/cancel The cancel() method of the SpeechSynthesis interface removes all utterances from the utterance ...
- Web/API/SpeechSynthesis/getVoices The getVoices() method of the SpeechSynthesis interface returns a list of SpeechSynthesisVoice ...
- Web/API/SpeechSynthesis/onvoiceschanged The onvoiceschanged property of the SpeechSynthesis interface represents an event handler that ...
- Web/API/SpeechSynthesis/pause The pause() method of the SpeechSynthesis interface puts the SpeechSynthesis object into a ...
- Web/API/SpeechSynthesis/paused The paused read-only property of the SpeechSynthesis interface is a Boolean that returns true if ...
- Web/API/SpeechSynthesis/pending The pending read-only property of the SpeechSynthesis interface is a Boolean that returns true ...
- Web/API/SpeechSynthesis/resume The resume() method of the SpeechSynthesis interface puts the SpeechSynthesis object into a ...
- Web/API/SpeechSynthesis/speak The speak() method of the SpeechSynthesis interface adds an utterance to the utterance queue; it ...
- Web/API/SpeechSynthesis/speaking The speaking read-only property of the SpeechSynthesis interface is a Boolean that returns true ...
- Web/API/SpeechSynthesisErrorEvent The SpeechSynthesisErrorEvent interface of the Web Speech API contains information about any ...
- Web/API/SpeechSynthesisErrorEvent/error The error property of the SpeechSynthesisErrorEvent interface returns an error code indicating ...
- Web/API/SpeechSynthesisEvent The SpeechSynthesisEvent interface of the Web Speech API contains information about the current ...
- Web/API/SpeechSynthesisEvent/charIndex The charIndex read-only property of the SpeechSynthesisUtterance interface returns the index ...
- Web/API/SpeechSynthesisEvent/elapsedTime The elapsedTime read-only property of the SpeechSynthesisUtterance interface returns the elapsed ...
- Web/API/SpeechSynthesisEvent/name The name read-only property of the SpeechSynthesisUtterance interface returns the name ...
- Web/API/SpeechSynthesisEvent/utterance The utterance read-only property of the SpeechSynthesisUtterance interface returns the ...
- Web/API/SpeechSynthesisUtterance The SpeechSynthesisUtterance interface of the Web Speech API represents a speech request. It ...
- Web/API/SpeechSynthesisUtterance/lang The lang property of the SpeechSynthesisUtterance interface gets and sets the language of the ...
- Web/API/SpeechSynthesisUtterance/onboundary The onboundary property of the SpeechSynthesisUtterance interface represents an event handler ...
- Web/API/SpeechSynthesisUtterance/onend The onend property of the SpeechSynthesisUtterance interface represents an event handler that ...
- Web/API/SpeechSynthesisUtterance/onmark The onmark property of the SpeechSynthesisUtterance interface represents an event handler that ...
- Web/API/SpeechSynthesisUtterance/onpause The onpause property of the SpeechSynthesisUtterance interface represents an event handler that ...
- Web/API/SpeechSynthesisUtterance/onresume The onresume property of the SpeechSynthesisUtterance interface represents an event handler that ...
- Web/API/SpeechSynthesisUtterance/onstart The onstart property of the SpeechSynthesisUtterance interface represents an event handler that ...
- Web/API/SpeechSynthesisUtterance/pitch The pitch property of the SpeechSynthesisUtterance interface gets and sets the pitch at which ...
- Web/API/SpeechSynthesisUtterance/rate The rate property of the SpeechSynthesisUtterance interface gets and sets the speed at which the ...
- Web/API/SpeechSynthesisUtterance/SpeechSynthesisUtterance The SpeechSynthesisUtterance() constructor of the SpeechSynthesisUtterance interface returns a ...
- Web/API/SpeechSynthesisUtterance/text The text property of the SpeechSynthesisUtterance interface gets and sets the text that will be ...
- Web/API/SpeechSynthesisUtterance/voice The voice property of the SpeechSynthesisUtterance interface gets and sets the voice that will ...
- Web/API/SpeechSynthesisUtterance/volume The volume property of the SpeechSynthesisUtterance interface gets and sets the volume that the ...
- Web/API/SpeechSynthesisVoice The SpeechSynthesisVoice interface of the Web Speech API represents a voice that the system ...
- Web/API/SpeechSynthesisVoice/default The default read-only property of the SpeechSynthesisVoice interface returns a Boolean ...
- Web/API/SpeechSynthesisVoice/lang The lang read-only property of the SpeechSynthesisVoice interface returns a BCP 47 language tag ...
- Web/API/SpeechSynthesisVoice/localService The localService read-only property of the SpeechSynthesisVoice interface returns a Boolean ...
- Web/API/SpeechSynthesisVoice/name The name read-only property of the SpeechSynthesisVoice interface returns a human-readable name ...
- Web/API/SpeechSynthesisVoice/voiceURI The voiceURI read-only property of the SpeechSynthesisVoice interface returns the type of URI ...
- Web/API/Web_Speech_API The Web Speech API makes web apps able to handle voice data. There are two components to this API:
- Web/API/Web_Speech_API/Using_the_Web_Speech_API The Web Speech API provides two distinct areas of functionality — speech recognition, and speech ...
- Web/Events/audioend The audioend event implements the Event interface — it has available the properties and methods ...
- Web/Events/audiostart The audiostart event implements the Event interface — it has available the properties and ...
- Web/Events/boundary The boundary event implements the SpeechSynthesisEvent interface, which inherits from Event. It ...
- Web/Events/end_(SpeechRecognition) The end event implements the Event interface — it has available the properties and methods ...
- Web/Events/end_(SpeechSynthesis) The end event implements the SpeechSynthesisEvent interface, which inherits from Event. It ...
- Web/Events/error_(SpeechRecognitionError) The error event implements the SpeechRecognitionError interface, which inherits from Event — it ...
- Web/Events/error_(SpeechSynthesis) The error event implements the SpeechSynthesisErrorEvent interface, which extends the ...
- Web/Events/mark The mark event implements the SpeechSynthesisEvent interface, which inherits from Event. It ...
- Web/Events/nomatch The nomatch event of the Web Speech API is fired when the speech recognition service returns a ...
- Web/Events/pause_(SpeechSynthesis) The pause event implements the SpeechSynthesisEvent interface, which inherits from Event. It ...
- Web/Events/result The result event of the Web Speech API is fired when the speech recognition service returns a ...
- Web/Events/resume The resume event implements the SpeechSynthesisEvent interface, which inherits from Event. It ...