Articles tagged: recognition
Found 51 documents
- Web/API/SpeechGrammar The SpeechGrammar interface of the Web Speech API represents a set of words or patterns of words ...
- 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/addFromString The addFromString() method of the SpeechGrammarList interface takes a grammar present in a ...
- 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/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 ...