| Interface | Description |
|---|---|
| SpeechRecognitionErrorEventHandler |
Handle events of type SpeechRecognitionErrorEvent
|
| SpeechRecognitionErrorEventInit | |
| SpeechRecognitionErrorEventInit.Builder | |
| SpeechRecognitionErrorEventListener |
Listener for events of type SpeechRecognitionErrorEvent
|
| SpeechRecognitionEventHandler |
Handle events of type SpeechRecognitionEvent
|
| SpeechRecognitionEventInit | |
| SpeechRecognitionEventInit.Builder | |
| SpeechRecognitionEventListener |
Listener for events of type SpeechRecognitionEvent
|
| SpeechSynthesisErrorEventHandler |
Handle events of type SpeechSynthesisErrorEvent
|
| SpeechSynthesisErrorEventInit | |
| SpeechSynthesisErrorEventInit.Builder | |
| SpeechSynthesisErrorEventListener |
Listener for events of type SpeechSynthesisErrorEvent
|
| SpeechSynthesisEventHandler |
Handle events of type SpeechSynthesisEvent
|
| SpeechSynthesisEventInit | |
| SpeechSynthesisEventInit.Builder | |
| SpeechSynthesisEventListener |
Listener for events of type SpeechSynthesisEvent
|
| Class | Description |
|---|---|
| SpeechGrammar |
The SpeechGrammar interface of the Web Speech API represents a set of words or patterns of words that we want the recognition service to recognize.
|
| SpeechGrammarList |
The SpeechGrammarList interface of the Web Speech API represents a list of SpeechGrammar objects containing words or patterns of words that we want the recognition service to recognize.
|
| SpeechRecognition |
The SpeechRecognition interface of the Web Speech API is the controller interface for the recognition service; this also handles the SpeechRecognitionEvent sent from the recognition service.
|
| SpeechRecognitionAlternative |
The SpeechRecognitionAlternative interface of the Web Speech API represents a single word that has been recognized by the speech recognition service.
|
| SpeechRecognitionErrorCode.Util | |
| SpeechRecognitionErrorEvent |
The SpeechRecognitionErrorEvent interface of the Web Speech API represents error messages from the recognition service.
|
| SpeechRecognitionEvent |
The SpeechRecognitionEvent interface of the Web Speech API represents the event object for the result and nomatch events, and contains all the data associated with an interim or final speech recognition result.
|
| SpeechRecognitionResult |
The SpeechRecognitionResult interface of the Web Speech API represents a single recognition match, which may contain multiple SpeechRecognitionAlternative objects.
|
| SpeechRecognitionResultList |
The SpeechRecognitionResultList interface of the Web Speech API represents a list of SpeechRecognitionResult objects, or a single one if results are being captured in continuous mode.
|
| SpeechSynthesis |
The SpeechSynthesis interface of the Web Speech API is the controller interface for the speech service; this can be used to retrieve information about the synthesis voices available on the device, start and pause speech, and other commands besides.
|
| SpeechSynthesisErrorCode.Util | |
| SpeechSynthesisErrorEvent |
The SpeechSynthesisErrorEvent interface of the Web Speech API contains information about any errors that occur while processing SpeechSynthesisUtterance objects in the speech service.
|
| SpeechSynthesisEvent |
The SpeechSynthesisEvent interface of the Web Speech API contains information about the current state of SpeechSynthesisUtterance objects that have been processed in the speech service.
|
| SpeechSynthesisUtterance |
The SpeechSynthesisUtterance interface of the Web Speech API represents a speech request.
|
| SpeechSynthesisVoice |
The SpeechSynthesisVoice interface of the Web Speech API represents a voice that the system supports.
|
| Annotation Type | Description |
|---|---|
| SpeechRecognitionErrorCode | |
| SpeechSynthesisErrorCode |