|
| https://www.w3.org/ |
| Draft Community Group Report | https://www.w3.org/standards/types/#CG-DRAFT |
| https://webaudio.github.io/web-speech-api/ | https://webaudio.github.io/web-speech-api/ |
| GitHub | https://github.com/WebAudio/web-speech-api/issues/ |
| Inline In Spec | https://webaudio.github.io/web-speech-api/#issues-index |
| web-platform-tests speech-api/ | https://github.com/web-platform-tests/wpt/tree/master/speech-api |
| ongoing work | https://github.com/web-platform-tests/wpt/labels/speech-api |
| Copyright | https://www.w3.org/policies/#copyright |
| World Wide Web Consortium | https://www.w3.org/ |
| liability | https://www.w3.org/policies/#Legal_Disclaimer |
| trademark | https://www.w3.org/policies/#W3C_Trademarks |
| permissive document license | https://www.w3.org/copyright/software-license/ |
| 1 Introduction | https://webaudio.github.io/web-speech-api/#introduction |
| 2 Use Cases | https://webaudio.github.io/web-speech-api/#use_cases |
| 3 Security and privacy considerations | https://webaudio.github.io/web-speech-api/#security |
| 3.1 Implementation considerations | https://webaudio.github.io/web-speech-api/#implementation-considerations |
| 4 API Description | https://webaudio.github.io/web-speech-api/#api_description |
| 4.1 The SpeechRecognition Interface | https://webaudio.github.io/web-speech-api/#speechreco-section |
| 4.1.1 SpeechRecognition Attributes | https://webaudio.github.io/web-speech-api/#speechreco-attributes |
| 4.1.2 SpeechRecognition Methods | https://webaudio.github.io/web-speech-api/#speechreco-methods |
| 4.1.3 AvailabilityStatus Enum Values | https://webaudio.github.io/web-speech-api/#availability-status-values |
| 4.1.4 SpeechRecognitionQuality Enum Values | https://webaudio.github.io/web-speech-api/#speech-recognition-quality-values |
| 4.1.5 SpeechRecognition Events | https://webaudio.github.io/web-speech-api/#speechreco-events |
| 4.1.6 SpeechRecognitionErrorEvent | https://webaudio.github.io/web-speech-api/#speechreco-error |
| 4.1.7 SpeechRecognitionAlternative | https://webaudio.github.io/web-speech-api/#speechreco-alternative |
| 4.1.8 SpeechRecognitionResult | https://webaudio.github.io/web-speech-api/#speechreco-result |
| 4.1.9 SpeechRecognitionResultList | https://webaudio.github.io/web-speech-api/#speechreco-resultlist |
| 4.1.10 SpeechRecognitionEvent | https://webaudio.github.io/web-speech-api/#speechreco-event |
| 4.1.11 SpeechRecognitionPhrase | https://webaudio.github.io/web-speech-api/#speechreco-phrase |
| 4.1.12 SpeechGrammar | https://webaudio.github.io/web-speech-api/#speechreco-speechgrammar |
| 4.1.13 SpeechGrammarList | https://webaudio.github.io/web-speech-api/#speechreco-speechgrammarlist |
| 4.2 The SpeechSynthesis Interface | https://webaudio.github.io/web-speech-api/#tts-section |
| 4.2.1 SpeechSynthesis Attributes | https://webaudio.github.io/web-speech-api/#tts-attributes |
| 4.2.2 SpeechSynthesis Methods | https://webaudio.github.io/web-speech-api/#tts-methods |
| 4.2.3 SpeechSynthesis Events | https://webaudio.github.io/web-speech-api/#tts-events |
| 4.2.4 SpeechSynthesisUtterance Attributes | https://webaudio.github.io/web-speech-api/#utterance-attributes |
| 4.2.5 SpeechSynthesisUtterance Events | https://webaudio.github.io/web-speech-api/#utterance-events |
| 4.2.6 SpeechSynthesisEvent Attributes | https://webaudio.github.io/web-speech-api/#speechsynthesisevent-attributes |
| 4.2.7 SpeechSynthesisErrorEvent Attributes | https://webaudio.github.io/web-speech-api/#speechsynthesiserrorevent-attributes |
| 4.2.8 SpeechSynthesisVoice Attributes | https://webaudio.github.io/web-speech-api/#speechsynthesisvoice-attributes |
| 5 Examples | https://webaudio.github.io/web-speech-api/#examples |
| 5.1 Speech Recognition Examples | https://webaudio.github.io/web-speech-api/#examples-recognition |
| 5.2 Speech Synthesis Examples | https://webaudio.github.io/web-speech-api/#examples-synthesis |
| Acknowledgments | https://webaudio.github.io/web-speech-api/#acknowledgments |
| Conformance | https://webaudio.github.io/web-speech-api/#w3c-conformance |
| Document conventions | https://webaudio.github.io/web-speech-api/#w3c-conventions |
| Index | https://webaudio.github.io/web-speech-api/#index |
| Terms defined by this specification | https://webaudio.github.io/web-speech-api/#index-defined-here |
| Terms defined by reference | https://webaudio.github.io/web-speech-api/#index-defined-elsewhere |
| References | https://webaudio.github.io/web-speech-api/#references |
| Normative References | https://webaudio.github.io/web-speech-api/#normative |
| IDL Index | https://webaudio.github.io/web-speech-api/#idl-index |
| Issues Index | https://webaudio.github.io/web-speech-api/#issues-index |
| https://webaudio.github.io/web-speech-api/#introduction |
| HTML Speech Incubator Group Final Report | https://webaudio.github.io/web-speech-api/#biblio-htmlspeech |
| https://webaudio.github.io/web-speech-api/#use_cases |
| Section 4 of the Incubator Report | https://www.w3.org/2005/Incubator/htmlspeech/XGR-htmlspeech-20111206/#use-cases |
| https://webaudio.github.io/web-speech-api/#security |
| start() | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-start |
| MediaStreamTrack | https://w3c.github.io/mediacapture-main/#dom-mediastreamtrack |
| https://webaudio.github.io/web-speech-api/#implementation-considerations |
| https://www.quirksmode.org/dom/inputfile.html | https://www.quirksmode.org/dom/inputfile.html |
| https://webaudio.github.io/web-speech-api/#api_description |
| https://webaudio.github.io/web-speech-api/#speechreco-section |
| SpeechRecognitionResult | https://webaudio.github.io/web-speech-api/#speechrecognitionresult |
| isFinal | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresult-isfinal |
| SpeechRecognitionResult | https://webaudio.github.io/web-speech-api/#speechrecognitionresult |
| isFinal | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresult-isfinal |
| SpeechRecognition | https://webaudio.github.io/web-speech-api/#speechrecognition |
| ObservableArray | https://webidl.spec.whatwg.org/#idl-observable-array |
| SpeechRecognitionPhrase | https://webaudio.github.io/web-speech-api/#speechrecognitionphrase |
| ObservableArray | https://webidl.spec.whatwg.org/#idl-observable-array |
| SecureContext | https://webidl.spec.whatwg.org/#SecureContext |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| EventTarget | https://dom.spec.whatwg.org/#eventtarget |
| SpeechGrammarList | https://webaudio.github.io/web-speech-api/#speechgrammarlist |
| grammars | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-grammars |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| lang | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-lang |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| continuous | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-continuous |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| interimResults | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-interimresults |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| unspokenPunctuation | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-unspokenpunctuation |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| maxAlternatives | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-maxalternatives |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| processLocally | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-processlocally |
| ObservableArray | https://webidl.spec.whatwg.org/#idl-observable-array |
| SpeechRecognitionPhrase | https://webaudio.github.io/web-speech-api/#speechrecognitionphrase |
| phrases | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-phrases |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| start | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-start |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| start | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-start-audiotrack |
| MediaStreamTrack | https://w3c.github.io/mediacapture-main/#dom-mediastreamtrack |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| stop | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-stop |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| abort | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-abort |
| Promise | https://webidl.spec.whatwg.org/#idl-promise |
| AvailabilityStatus | https://webaudio.github.io/web-speech-api/#enumdef-availabilitystatus |
| available | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-available |
| SpeechRecognitionOptions | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitionoptions |
| Promise | https://webidl.spec.whatwg.org/#idl-promise |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| install | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-install |
| SpeechRecognitionOptions | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitionoptions |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| "command" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionquality-command |
| "dictation" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionquality-dictation |
| "conversation" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionquality-conversation |
| sequence | https://webidl.spec.whatwg.org/#idl-sequence |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| SpeechRecognitionQuality | https://webaudio.github.io/web-speech-api/#enumdef-speechrecognitionquality |
| "no-speech" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-no-speech |
| "aborted" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-aborted |
| "audio-capture" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-audio-capture |
| "network" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-network |
| "not-allowed" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-not-allowed |
| "service-not-allowed" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-service-not-allowed |
| "language-not-supported" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-language-not-supported |
| "phrases-not-supported" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-phrases-not-supported |
| "unavailable" | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-unavailable |
| "downloadable" | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-downloadable |
| "downloading" | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-downloading |
| "available" | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-available |
| SecureContext | https://webidl.spec.whatwg.org/#SecureContext |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| Event | https://dom.spec.whatwg.org/#event |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| SpeechRecognitionErrorEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitionerroreventinit |
| SpeechRecognitionErrorCode | https://webaudio.github.io/web-speech-api/#enumdef-speechrecognitionerrorcode |
| error | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-error |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| message | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-message |
| EventInit | https://dom.spec.whatwg.org/#dictdef-eventinit |
| SpeechRecognitionErrorCode | https://webaudio.github.io/web-speech-api/#enumdef-speechrecognitionerrorcode |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| SecureContext | https://webidl.spec.whatwg.org/#SecureContext |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| transcript | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionalternative-transcript |
| float | https://webidl.spec.whatwg.org/#idl-float |
| confidence | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionalternative-confidence |
| SecureContext | https://webidl.spec.whatwg.org/#SecureContext |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| length | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresult-length |
| SpeechRecognitionAlternative | https://webaudio.github.io/web-speech-api/#speechrecognitionalternative |
| item | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresult-item |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| isFinal | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresult-isfinal |
| SecureContext | https://webidl.spec.whatwg.org/#SecureContext |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| length | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresultlist-length |
| SpeechRecognitionResult | https://webaudio.github.io/web-speech-api/#speechrecognitionresult |
| item | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresultlist-item |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| SecureContext | https://webidl.spec.whatwg.org/#SecureContext |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| Event | https://dom.spec.whatwg.org/#event |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| SpeechRecognitionEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitioneventinit |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| resultIndex | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionevent-resultindex |
| SpeechRecognitionResultList | https://webaudio.github.io/web-speech-api/#speechrecognitionresultlist |
| results | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionevent-results |
| EventInit | https://dom.spec.whatwg.org/#dictdef-eventinit |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| SpeechRecognitionResultList | https://webaudio.github.io/web-speech-api/#speechrecognitionresultlist |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| src | https://webaudio.github.io/web-speech-api/#dom-speechgrammar-src |
| float | https://webidl.spec.whatwg.org/#idl-float |
| weight | https://webaudio.github.io/web-speech-api/#dom-speechgrammar-weight |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| length | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-length |
| SpeechGrammar | https://webaudio.github.io/web-speech-api/#speechgrammar |
| item | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-item |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| addFromURI | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-addfromuri |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| float | https://webidl.spec.whatwg.org/#idl-float |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| addFromString | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-addfromstring |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| float | https://webidl.spec.whatwg.org/#idl-float |
| SecureContext | https://webidl.spec.whatwg.org/#SecureContext |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| constructor | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-speechrecognitionphrase |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| float | https://webidl.spec.whatwg.org/#idl-float |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| phrase | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-phrase |
| float | https://webidl.spec.whatwg.org/#idl-float |
| boost | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-boost |
| https://webaudio.github.io/web-speech-api/#speechreco-attributes |
| SpeechGrammarList | https://webaudio.github.io/web-speech-api/#speechgrammarlist |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| [BCP47] | https://webaudio.github.io/web-speech-api/#biblio-bcp47 |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| SpeechRecognitionAlternative | https://webaudio.github.io/web-speech-api/#speechrecognitionalternative |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| SpeechRecognitionPhrase | https://webaudio.github.io/web-speech-api/#speechrecognitionphrase |
| SpeechRecognitionPhrase | https://webaudio.github.io/web-speech-api/#speechrecognitionphrase |
| ObservableArray | https://webidl.spec.whatwg.org/#idl-observable-array |
| [[phrases]] | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-phrases-slot |
| https://webaudio.github.io/web-speech-api/#issue-2c77f5e1 |
| Interacting with WebRTC, the Web Audio API and other external sources | https://lists.w3.org/Archives/Public/public-speech-api/2012Sep/0072.html |
| https://webaudio.github.io/web-speech-api/#speechreco-methods |
| start session algorithm | https://webaudio.github.io/web-speech-api/#start-session-algorithm |
| MediaStreamTrack | https://w3c.github.io/mediacapture-main/#dom-mediastreamtrack |
| MediaStreamTrack | https://w3c.github.io/mediacapture-main/#dom-mediastreamtrack |
| kind | https://w3c.github.io/mediacapture-main/#dom-mediastreamtrack-kind |
| InvalidStateError | https://webidl.spec.whatwg.org/#invalidstateerror |
| readyState | https://w3c.github.io/mediacapture-main/#dom-mediastreamtrack-readystate |
| InvalidStateError | https://webidl.spec.whatwg.org/#invalidstateerror |
| start session algorithm | https://webaudio.github.io/web-speech-api/#start-session-algorithm |
| end | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-end |
| error | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-error |
| end | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-end |
| end | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-end |
| error | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-error |
| SpeechRecognitionOptions | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitionoptions |
| available | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-available |
| Promise | https://webidl.spec.whatwg.org/#idl-promise |
| AvailabilityStatus | https://webaudio.github.io/web-speech-api/#enumdef-availabilitystatus |
| SpeechRecognitionOptions | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitionoptions |
| quality | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-quality |
| policy-controlled feature | https://w3c.github.io/webappsec-permissions-policy/#policy-controlled-feature |
| default allowlist | https://w3c.github.io/webappsec-permissions-policy/#policy-controlled-feature-default-allowlist |
| 'self' | https://w3c.github.io/webappsec-permissions-policy/#default-allowlist-self |
| a new promise | https://webidl.spec.whatwg.org/#a-new-promise |
| availability algorithm | https://webaudio.github.io/web-speech-api/#availability-algorithm |
| SpeechRecognitionOptions | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitionoptions |
| install | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-install |
| quality | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-quality |
| Promise | https://webidl.spec.whatwg.org/#idl-promise |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| policy-controlled feature | https://w3c.github.io/webappsec-permissions-policy/#policy-controlled-feature |
| default allowlist | https://w3c.github.io/webappsec-permissions-policy/#policy-controlled-feature-default-allowlist |
| 'self' | https://w3c.github.io/webappsec-permissions-policy/#default-allowlist-self |
| current settings object | https://html.spec.whatwg.org/multipage/webappapis.html#current-settings-object |
| relevant global object | https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global |
| associated Document | https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window |
| fully active | https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active |
| InvalidStateError | https://webidl.spec.whatwg.org/#invalidstateerror |
| langs | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-langs |
| [BCP47] | https://webaudio.github.io/web-speech-api/#biblio-bcp47 |
| SyntaxError | https://webidl.spec.whatwg.org/#syntaxerror |
| langs | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-langs |
| Promise | https://webidl.spec.whatwg.org/#idl-promise |
| a new promise | https://webidl.spec.whatwg.org/#a-new-promise |
| langs | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-langs |
| quality | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-quality |
| Queue a task | https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task |
| relevant global object | https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global |
| task queue | https://w3c.github.io/ServiceWorker/#dfn-service-worker-registration-task-queue |
| langs | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-langs |
| processLocally | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-processlocally |
| https://webaudio.github.io/web-speech-api/#availability-status-values |
| AvailabilityStatus | https://webaudio.github.io/web-speech-api/#enumdef-availabilitystatus |
| processLocally | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-processlocally |
| processLocally | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-processlocally |
| install() | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-install |
| processLocally | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-processlocally |
| processLocally | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-processlocally |
| processLocally | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-processlocally |
| processLocally | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-processlocally |
| https://webaudio.github.io/web-speech-api/#speech-recognition-quality-values |
| SpeechRecognitionQuality | https://webaudio.github.io/web-speech-api/#enumdef-speechrecognitionquality |
| current settings object | https://html.spec.whatwg.org/multipage/webappapis.html#current-settings-object |
| relevant global object | https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global |
| associated Document | https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window |
| fully active | https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active |
| InvalidStateError | https://webidl.spec.whatwg.org/#invalidstateerror |
| langs | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-langs |
| [BCP47] | https://webaudio.github.io/web-speech-api/#biblio-bcp47 |
| SyntaxError | https://webidl.spec.whatwg.org/#syntaxerror |
| processLocally | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-processlocally |
| unavailable | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-unavailable |
| available | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-available |
| unavailable | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-unavailable |
| processLocally | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-processlocally |
| unavailable | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-unavailable |
| available | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-available |
| available | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-available |
| downloading | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-downloading |
| downloadable | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-downloadable |
| unavailable | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-unavailable |
| Queue a task | https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task |
| relevant global object | https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global |
| task queue | https://w3c.github.io/ServiceWorker/#dfn-service-worker-registration-task-queue |
| current settings object | https://html.spec.whatwg.org/multipage/webappapis.html#current-settings-object |
| relevant global object | https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global |
| associated Document | https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window |
| fully active | https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active |
| InvalidStateError | https://webidl.spec.whatwg.org/#invalidstateerror |
| [[started]] | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-started-slot |
| error | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-error |
| end | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-end |
| InvalidStateError | https://webidl.spec.whatwg.org/#invalidstateerror |
| phrases | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-phrases |
| Queue a task | https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task |
| fire an event | https://dom.spec.whatwg.org/#concept-event-fire |
| error | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-error |
| this | https://webidl.spec.whatwg.org/#this |
| SpeechRecognitionErrorEvent | https://webaudio.github.io/web-speech-api/#speechrecognitionerrorevent |
| error | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-error |
| message | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-message |
| [[processLocally]] | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-processlocally-slot |
| lang | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-lang |
| Queue a task | https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task |
| fire an event | https://dom.spec.whatwg.org/#concept-event-fire |
| error | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-error |
| this | https://webidl.spec.whatwg.org/#this |
| SpeechRecognitionErrorEvent | https://webaudio.github.io/web-speech-api/#speechrecognitionerrorevent |
| error | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-error |
| service-not-allowed | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-service-not-allowed |
| message | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-message |
| [[started]] | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-started-slot |
| request permission to use | https://w3c.github.io/permissions/#dfn-request-permission-to-use |
| "denied" | https://w3c.github.io/permissions/#dfn-denied |
| Queue a task | https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task |
| fire an event | https://dom.spec.whatwg.org/#concept-event-fire |
| error | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-error |
| this | https://webidl.spec.whatwg.org/#this |
| SpeechRecognitionErrorEvent | https://webaudio.github.io/web-speech-api/#speechrecognitionerrorevent |
| error | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-error |
| not-allowed | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-not-allowed |
| message | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-message |
| fire an event | https://dom.spec.whatwg.org/#concept-event-fire |
| start | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-start |
| this | https://webidl.spec.whatwg.org/#this |
| https://webaudio.github.io/web-speech-api/#speechreco-events |
| speechend | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-speechend |
| audioend | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-audioend |
| speechstart | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-speechstart |
| speechend | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-speechend |
| audiostart | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-audiostart |
| audiostart | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-audiostart |
| speechstart | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-speechstart |
| soundstart | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-soundstart |
| audiostart | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-audiostart |
| SpeechRecognitionEvent | https://webaudio.github.io/web-speech-api/#speechrecognitionevent |
| audiostart | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-audiostart |
| SpeechRecognitionEvent | https://webaudio.github.io/web-speech-api/#speechrecognitionevent |
| results | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionevent-results |
| audiostart | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-audiostart |
| SpeechRecognitionErrorEvent | https://webaudio.github.io/web-speech-api/#speechrecognitionerrorevent |
| https://webaudio.github.io/web-speech-api/#speechreco-error |
| SpeechRecognitionErrorEvent | https://webaudio.github.io/web-speech-api/#speechrecognitionerrorevent |
| error | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-error |
| SpeechRecognitionErrorCode | https://webaudio.github.io/web-speech-api/#enumdef-speechrecognitionerrorcode |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| https://webaudio.github.io/web-speech-api/#speechreco-alternative |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| float | https://webidl.spec.whatwg.org/#idl-float |
| https://webaudio.github.io/web-speech-api/#issue-1fc473cc |
| Confidence property | https://lists.w3.org/Archives/Public/public-speech-api/2012Jun/0143.html |
| https://webaudio.github.io/web-speech-api/#speechreco-result |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| https://webaudio.github.io/web-speech-api/#speechreco-resultlist |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| https://webaudio.github.io/web-speech-api/#speechreco-event |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| SpeechRecognitionResultList | https://webaudio.github.io/web-speech-api/#speechrecognitionresultlist |
| https://webaudio.github.io/web-speech-api/#speechreco-phrase |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| SyntaxError | https://webidl.spec.whatwg.org/#syntaxerror |
| SpeechRecognitionPhrase | https://webaudio.github.io/web-speech-api/#speechrecognitionphrase |
| [[phrase]] | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-phrase-slot |
| [[boost]] | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-boost-slot |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| [[phrase]] | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-phrase-slot |
| float | https://webidl.spec.whatwg.org/#idl-float |
| [[boost]] | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-boost-slot |
| https://webaudio.github.io/web-speech-api/#speechreco-speechgrammar |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| float | https://webidl.spec.whatwg.org/#idl-float |
| https://webaudio.github.io/web-speech-api/#speechreco-speechgrammarlist |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| https://webaudio.github.io/web-speech-api/#tts-section |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| EventTarget | https://dom.spec.whatwg.org/#eventtarget |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| pending | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-pending |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| speaking | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-speaking |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| paused | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-paused |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| speak | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-speak |
| SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#speechsynthesisutterance |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| cancel | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-cancel |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| pause | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-pause |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| resume | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-resume |
| sequence | https://webidl.spec.whatwg.org/#idl-sequence |
| SpeechSynthesisVoice | https://webaudio.github.io/web-speech-api/#speechsynthesisvoice |
| getVoices | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-getvoices |
| Window | https://html.spec.whatwg.org/multipage/nav-history-apis.html#window |
| SameObject | https://webidl.spec.whatwg.org/#SameObject |
| SpeechSynthesis | https://webaudio.github.io/web-speech-api/#speechsynthesis |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| EventTarget | https://dom.spec.whatwg.org/#eventtarget |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| text | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-text |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| lang | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-lang |
| SpeechSynthesisVoice | https://webaudio.github.io/web-speech-api/#speechsynthesisvoice |
| voice | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-voice |
| float | https://webidl.spec.whatwg.org/#idl-float |
| volume | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-volume |
| float | https://webidl.spec.whatwg.org/#idl-float |
| rate | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-rate |
| float | https://webidl.spec.whatwg.org/#idl-float |
| pitch | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-pitch |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| Event | https://dom.spec.whatwg.org/#event |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| SpeechSynthesisEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechsynthesiseventinit |
| SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#speechsynthesisutterance |
| utterance | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-utterance |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| charIndex | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-charindex |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| charLength | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-charlength |
| float | https://webidl.spec.whatwg.org/#idl-float |
| elapsedTime | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-elapsedtime |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| name | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-name |
| EventInit | https://dom.spec.whatwg.org/#dictdef-eventinit |
| SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#speechsynthesisutterance |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| float | https://webidl.spec.whatwg.org/#idl-float |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| "canceled" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-canceled |
| "interrupted" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-interrupted |
| "audio-busy" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-audio-busy |
| "audio-hardware" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-audio-hardware |
| "network" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-network |
| "synthesis-unavailable" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-synthesis-unavailable |
| "synthesis-failed" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-synthesis-failed |
| "language-unavailable" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-language-unavailable |
| "voice-unavailable" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-voice-unavailable |
| "text-too-long" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-text-too-long |
| "invalid-argument" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-invalid-argument |
| "not-allowed" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-not-allowed |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| SpeechSynthesisEvent | https://webaudio.github.io/web-speech-api/#speechsynthesisevent |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| SpeechSynthesisErrorEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechsynthesiserroreventinit |
| SpeechSynthesisErrorCode | https://webaudio.github.io/web-speech-api/#enumdef-speechsynthesiserrorcode |
| error | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorevent-error |
| SpeechSynthesisEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechsynthesiseventinit |
| SpeechSynthesisErrorCode | https://webaudio.github.io/web-speech-api/#enumdef-speechsynthesiserrorcode |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| voiceURI | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisvoice-voiceuri |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| name | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisvoice-name |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| lang | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisvoice-lang |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| localService | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisvoice-localservice |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| default | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisvoice-default |
| https://webaudio.github.io/web-speech-api/#tts-attributes |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| https://webaudio.github.io/web-speech-api/#tts-methods |
| end | https://webaudio.github.io/web-speech-api/#eventdef-speechsynthesisutterance-end |
| error | https://webaudio.github.io/web-speech-api/#eventdef-speechsynthesisutterance-error |
| https://webaudio.github.io/web-speech-api/#tts-events |
| https://webaudio.github.io/web-speech-api/#utterance-attributes |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| [SSML] | https://webaudio.github.io/web-speech-api/#biblio-ssml |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| [BCP47] | https://webaudio.github.io/web-speech-api/#biblio-bcp47 |
| SpeechSynthesisVoice | https://webaudio.github.io/web-speech-api/#speechsynthesisvoice |
| SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#speechsynthesisutterance |
| speak() | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-speak |
| SpeechSynthesisVoice | https://webaudio.github.io/web-speech-api/#speechsynthesisvoice |
| getVoices() | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-getvoices |
| speak() | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-speak |
| lang | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-lang |
| float | https://webidl.spec.whatwg.org/#idl-float |
| float | https://webidl.spec.whatwg.org/#idl-float |
| float | https://webidl.spec.whatwg.org/#idl-float |
| https://webaudio.github.io/web-speech-api/#utterance-events |
| SpeechSynthesisEvent | https://webaudio.github.io/web-speech-api/#speechsynthesisevent |
| SpeechSynthesisErrorEvent | https://webaudio.github.io/web-speech-api/#speechsynthesiserrorevent |
| error | https://webaudio.github.io/web-speech-api/#eventdef-speechsynthesisutterance-error |
| end | https://webaudio.github.io/web-speech-api/#eventdef-speechsynthesisutterance-end |
| start | https://webaudio.github.io/web-speech-api/#eventdef-speechsynthesisutterance-start |
| [SSML] | https://webaudio.github.io/web-speech-api/#biblio-ssml |
| https://webaudio.github.io/web-speech-api/#speechsynthesisevent-attributes |
| SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#speechsynthesisutterance |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| charIndex | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-charindex |
| float | https://webidl.spec.whatwg.org/#idl-float |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| mark | https://webaudio.github.io/web-speech-api/#eventdef-speechsynthesisutterance-mark |
| [SSML] | https://webaudio.github.io/web-speech-api/#biblio-ssml |
| boundary | https://webaudio.github.io/web-speech-api/#eventdef-speechsynthesisutterance-boundary |
| https://webaudio.github.io/web-speech-api/#speechsynthesiserrorevent-attributes |
| error | https://webaudio.github.io/web-speech-api/#eventdef-speechsynthesisutterance-error |
| SpeechSynthesisErrorCode | https://webaudio.github.io/web-speech-api/#enumdef-speechsynthesiserrorcode |
| https://webaudio.github.io/web-speech-api/#speechsynthesisvoice-attributes |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| [BCP47] | https://webaudio.github.io/web-speech-api/#biblio-bcp47 |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| https://webaudio.github.io/web-speech-api/#examples |
| https://webaudio.github.io/web-speech-api/#examples-recognition |
| https://webaudio.github.io/web-speech-api/#input-field |
| https://webaudio.github.io/web-speech-api/#fill-option-list |
| https://webaudio.github.io/web-speech-api/#fill-textarea |
| https://webaudio.github.io/web-speech-api/#continuous-recognition |
| https://webaudio.github.io/web-speech-api/#examples-synthesis |
| https://webaudio.github.io/web-speech-api/#speak-text |
| https://webaudio.github.io/web-speech-api/#speak-text-advanced |
| https://webaudio.github.io/web-speech-api/#acknowledgments |
| Final Report | https://webaudio.github.io/web-speech-api/#biblio-htmlspeech |
| https://webaudio.github.io/web-speech-api/#w3c-conformance |
| https://webaudio.github.io/web-speech-api/#w3c-conventions |
| [RFC2119] | https://webaudio.github.io/web-speech-api/#biblio-rfc2119 |
| https://webaudio.github.io/web-speech-api/#w3c-example |
| https://webaudio.github.io/web-speech-api/#index |
| https://webaudio.github.io/web-speech-api/#index-defined-here |
| abort() | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-abort |
| "aborted" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-aborted |
| addFromString(string) | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-addfromstring |
| addFromString(string, weight) | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-addfromstring |
| addFromURI(src) | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-addfromuri |
| addFromURI(src, weight) | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-addfromuri |
| "audio-busy" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-audio-busy |
| "audio-capture" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-audio-capture |
| audioend | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-audioend |
| "audio-hardware" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-audio-hardware |
| audiostart | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-audiostart |
| availability algorithm | https://webaudio.github.io/web-speech-api/#availability-algorithm |
| AvailabilityStatus | https://webaudio.github.io/web-speech-api/#enumdef-availabilitystatus |
| "available" | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-available |
| available(options) | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-available |
| [[boost]] | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-boost-slot |
| boost | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-boost |
| boundary | https://webaudio.github.io/web-speech-api/#eventdef-speechsynthesisutterance-boundary |
| cancel() | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-cancel |
| "canceled" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-canceled |
| attribute for SpeechSynthesisEvent | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-charindex |
| dict-member for SpeechSynthesisEventInit | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiseventinit-charindex |
| attribute for SpeechSynthesisEvent | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-charlength |
| dict-member for SpeechSynthesisEventInit | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiseventinit-charlength |
| "command" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionquality-command |
| confidence | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionalternative-confidence |
| constructor for SpeechGrammarList | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-speechgrammarlist |
| constructor for SpeechRecognition | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-speechrecognition |
| constructor for SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-speechsynthesisutterance |
| constructor(phrase) | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-speechrecognitionphrase |
| constructor(phrase, boost) | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-speechrecognitionphrase |
| constructor(text) | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-speechsynthesisutterance |
| constructor for SpeechRecognitionErrorEvent | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-speechrecognitionerrorevent |
| constructor for SpeechRecognitionEvent | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionevent-speechrecognitionevent |
| constructor for SpeechSynthesisErrorEvent | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorevent-speechsynthesiserrorevent |
| constructor for SpeechSynthesisEvent | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-speechsynthesisevent |
| continuous | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-continuous |
| "conversation" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionquality-conversation |
| default | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisvoice-default |
| "dictation" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionquality-dictation |
| "downloadable" | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-downloadable |
| "downloading" | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-downloading |
| attribute for SpeechSynthesisEvent | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-elapsedtime |
| dict-member for SpeechSynthesisEventInit | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiseventinit-elapsedtime |
| event for SpeechRecognition | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-end |
| event for SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#eventdef-speechsynthesisutterance-end |
| attribute for SpeechRecognitionErrorEvent | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-error |
| attribute for SpeechSynthesisErrorEvent | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorevent-error |
| dict-member for SpeechRecognitionErrorEventInit | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerroreventinit-error |
| dict-member for SpeechSynthesisErrorEventInit | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserroreventinit-error |
| event for SpeechRecognition | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-error |
| event for SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#eventdef-speechsynthesisutterance-error |
| getVoices() | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-getvoices |
| grammars | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-grammars |
| install(options) | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-install |
| interimResults | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-interimresults |
| "interrupted" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-interrupted |
| "invalid-argument" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-invalid-argument |
| isFinal | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresult-isfinal |
| method for SpeechGrammarList | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-item |
| method for SpeechRecognitionResult | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresult-item |
| method for SpeechRecognitionResultList | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresultlist-item |
| attribute for SpeechRecognition | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-lang |
| attribute for SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-lang |
| attribute for SpeechSynthesisVoice | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisvoice-lang |
| langs | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-langs |
| "language-not-supported" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-language-not-supported |
| "language-unavailable" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-language-unavailable |
| attribute for SpeechGrammarList | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-length |
| attribute for SpeechRecognitionResult | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresult-length |
| attribute for SpeechRecognitionResultList | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresultlist-length |
| localService | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisvoice-localservice |
| mark | https://webaudio.github.io/web-speech-api/#eventdef-speechsynthesisutterance-mark |
| maxAlternatives | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-maxalternatives |
| attribute for SpeechRecognitionErrorEvent | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-message |
| dict-member for SpeechRecognitionErrorEventInit | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerroreventinit-message |
| attribute for SpeechSynthesisEvent | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-name |
| attribute for SpeechSynthesisVoice | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisvoice-name |
| dict-member for SpeechSynthesisEventInit | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiseventinit-name |
| enum-value for SpeechRecognitionErrorCode | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-network |
| enum-value for SpeechSynthesisErrorCode | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-network |
| nomatch | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-nomatch |
| "no-speech" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-no-speech |
| enum-value for SpeechRecognitionErrorCode | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-not-allowed |
| enum-value for SpeechSynthesisErrorCode | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-not-allowed |
| onaudioend | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onaudioend |
| onaudiostart | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onaudiostart |
| onboundary | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-onboundary |
| attribute for SpeechRecognition | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onend |
| attribute for SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-onend |
| attribute for SpeechRecognition | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onerror |
| attribute for SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-onerror |
| onmark | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-onmark |
| onnomatch | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onnomatch |
| onpause | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-onpause |
| onresult | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onresult |
| onresume | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-onresume |
| onsoundend | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onsoundend |
| onsoundstart | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onsoundstart |
| onspeechend | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onspeechend |
| onspeechstart | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onspeechstart |
| attribute for SpeechRecognition | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onstart |
| attribute for SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-onstart |
| onvoiceschanged | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-onvoiceschanged |
| pause | https://webaudio.github.io/web-speech-api/#eventdef-speechsynthesisutterance-pause |
| pause() | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-pause |
| paused | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-paused |
| pending | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-pending |
| [[phrase]] | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-phrase-slot |
| phrase | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-phrase |
| [[phrases]] | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-phrases-slot |
| phrases | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-phrases |
| "phrases-not-supported" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-phrases-not-supported |
| pitch | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-pitch |
| [[processLocally]] | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-processlocally-slot |
| attribute for SpeechRecognition | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-processlocally |
| dict-member for SpeechRecognitionOptions | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-processlocally |
| quality | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-quality |
| rate | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-rate |
| result | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-result |
| attribute for SpeechRecognitionEvent | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionevent-resultindex |
| dict-member for SpeechRecognitionEventInit | https://webaudio.github.io/web-speech-api/#dom-speechrecognitioneventinit-resultindex |
| attribute for SpeechRecognitionEvent | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionevent-results |
| dict-member for SpeechRecognitionEventInit | https://webaudio.github.io/web-speech-api/#dom-speechrecognitioneventinit-results |
| resume | https://webaudio.github.io/web-speech-api/#eventdef-speechsynthesisutterance-resume |
| resume() | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-resume |
| "service-not-allowed" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-service-not-allowed |
| soundend | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-soundend |
| soundstart | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-soundstart |
| speaking | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-speaking |
| speak(utterance) | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-speak |
| speechend | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-speechend |
| SpeechGrammar | https://webaudio.github.io/web-speech-api/#speechgrammar |
| SpeechGrammarList | https://webaudio.github.io/web-speech-api/#speechgrammarlist |
| SpeechGrammarList() | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-speechgrammarlist |
| SpeechRecognition | https://webaudio.github.io/web-speech-api/#speechrecognition |
| SpeechRecognition() | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-speechrecognition |
| SpeechRecognitionAlternative | https://webaudio.github.io/web-speech-api/#speechrecognitionalternative |
| SpeechRecognitionErrorCode | https://webaudio.github.io/web-speech-api/#enumdef-speechrecognitionerrorcode |
| SpeechRecognitionErrorEvent | https://webaudio.github.io/web-speech-api/#speechrecognitionerrorevent |
| SpeechRecognitionErrorEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitionerroreventinit |
| SpeechRecognitionErrorEvent(type, eventInitDict) | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-speechrecognitionerrorevent |
| SpeechRecognitionEvent | https://webaudio.github.io/web-speech-api/#speechrecognitionevent |
| SpeechRecognitionEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitioneventinit |
| SpeechRecognitionEvent(type, eventInitDict) | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionevent-speechrecognitionevent |
| SpeechRecognitionOptions | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitionoptions |
| SpeechRecognitionPhrase | https://webaudio.github.io/web-speech-api/#speechrecognitionphrase |
| SpeechRecognitionPhrase(phrase) | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-speechrecognitionphrase |
| SpeechRecognitionPhrase(phrase, boost) | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-speechrecognitionphrase |
| SpeechRecognitionQuality | https://webaudio.github.io/web-speech-api/#enumdef-speechrecognitionquality |
| SpeechRecognitionResult | https://webaudio.github.io/web-speech-api/#speechrecognitionresult |
| SpeechRecognitionResultList | https://webaudio.github.io/web-speech-api/#speechrecognitionresultlist |
| speechstart | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-speechstart |
| SpeechSynthesis | https://webaudio.github.io/web-speech-api/#speechsynthesis |
| speechSynthesis | https://webaudio.github.io/web-speech-api/#dom-window-speechsynthesis |
| SpeechSynthesisErrorCode | https://webaudio.github.io/web-speech-api/#enumdef-speechsynthesiserrorcode |
| SpeechSynthesisErrorEvent | https://webaudio.github.io/web-speech-api/#speechsynthesiserrorevent |
| SpeechSynthesisErrorEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechsynthesiserroreventinit |
| SpeechSynthesisErrorEvent(type, eventInitDict) | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorevent-speechsynthesiserrorevent |
| SpeechSynthesisEvent | https://webaudio.github.io/web-speech-api/#speechsynthesisevent |
| SpeechSynthesisEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechsynthesiseventinit |
| SpeechSynthesisEvent(type, eventInitDict) | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-speechsynthesisevent |
| SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#speechsynthesisutterance |
| SpeechSynthesisUtterance() | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-speechsynthesisutterance |
| SpeechSynthesisUtterance(text) | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-speechsynthesisutterance |
| SpeechSynthesisVoice | https://webaudio.github.io/web-speech-api/#speechsynthesisvoice |
| src | https://webaudio.github.io/web-speech-api/#dom-speechgrammar-src |
| event for SpeechRecognition | https://webaudio.github.io/web-speech-api/#eventdef-speechrecognition-start |
| event for SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#eventdef-speechsynthesisutterance-start |
| start() | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-start |
| start(audioTrack) | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-start-audiotrack |
| [[started]] | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-started-slot |
| start session algorithm | https://webaudio.github.io/web-speech-api/#start-session-algorithm |
| stop() | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-stop |
| "synthesis-failed" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-synthesis-failed |
| "synthesis-unavailable" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-synthesis-unavailable |
| text | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-text |
| "text-too-long" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-text-too-long |
| transcript | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionalternative-transcript |
| "unavailable" | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-unavailable |
| unspokenPunctuation | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-unspokenpunctuation |
| attribute for SpeechSynthesisEvent | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-utterance |
| dict-member for SpeechSynthesisEventInit | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiseventinit-utterance |
| voice | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-voice |
| voiceschanged | https://webaudio.github.io/web-speech-api/#eventdef-speechsynthesis-voiceschanged |
| "voice-unavailable" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-voice-unavailable |
| voiceURI | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisvoice-voiceuri |
| volume | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-volume |
| weight | https://webaudio.github.io/web-speech-api/#dom-speechgrammar-weight |
| https://webaudio.github.io/web-speech-api/#index-defined-elsewhere |
| https://webaudio.github.io/web-speech-api/#references |
| https://webaudio.github.io/web-speech-api/#normative |
| Tags for Identifying Languages | https://www.rfc-editor.org/rfc/rfc5646 |
| https://www.rfc-editor.org/rfc/rfc5646 | https://www.rfc-editor.org/rfc/rfc5646 |
| DOM Standard | https://dom.spec.whatwg.org/ |
| https://dom.spec.whatwg.org/ | https://dom.spec.whatwg.org/ |
| HTML Standard | https://html.spec.whatwg.org/multipage/ |
| https://html.spec.whatwg.org/multipage/ | https://html.spec.whatwg.org/multipage/ |
| HTML Speech Incubator Group Final Report | https://www.w3.org/2005/Incubator/htmlspeech/XGR-htmlspeech-20111206/ |
| https://www.w3.org/2005/Incubator/htmlspeech/XGR-htmlspeech-20111206/ | https://www.w3.org/2005/Incubator/htmlspeech/XGR-htmlspeech-20111206/ |
| Media Capture and Streams | https://w3c.github.io/mediacapture-main/ |
| https://w3c.github.io/mediacapture-main/ | https://w3c.github.io/mediacapture-main/ |
| Permissions | https://w3c.github.io/permissions/ |
| https://w3c.github.io/permissions/ | https://w3c.github.io/permissions/ |
| Permissions Policy | https://w3c.github.io/webappsec-permissions-policy/ |
| https://w3c.github.io/webappsec-permissions-policy/ | https://w3c.github.io/webappsec-permissions-policy/ |
| Key words for use in RFCs to Indicate Requirement Levels | https://datatracker.ietf.org/doc/html/rfc2119 |
| https://datatracker.ietf.org/doc/html/rfc2119 | https://datatracker.ietf.org/doc/html/rfc2119 |
| Service Workers Nightly | https://w3c.github.io/ServiceWorker/ |
| https://w3c.github.io/ServiceWorker/ | https://w3c.github.io/ServiceWorker/ |
| Speech Synthesis Markup Language (SSML) Version 1.1 | https://www.w3.org/TR/speech-synthesis11/ |
| https://www.w3.org/TR/speech-synthesis11/ | https://www.w3.org/TR/speech-synthesis11/ |
| Web IDL Standard | https://webidl.spec.whatwg.org/ |
| https://webidl.spec.whatwg.org/ | https://webidl.spec.whatwg.org/ |
| https://webaudio.github.io/web-speech-api/#idl-index |
| SecureContext | https://webidl.spec.whatwg.org/#SecureContext |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| SpeechRecognition | https://webaudio.github.io/web-speech-api/#speechrecognition |
| EventTarget | https://dom.spec.whatwg.org/#eventtarget |
| constructor | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-speechrecognition |
| SpeechGrammarList | https://webaudio.github.io/web-speech-api/#speechgrammarlist |
| grammars | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-grammars |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| lang | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-lang |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| continuous | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-continuous |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| interimResults | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-interimresults |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| unspokenPunctuation | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-unspokenpunctuation |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| maxAlternatives | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-maxalternatives |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| processLocally | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-processlocally |
| ObservableArray | https://webidl.spec.whatwg.org/#idl-observable-array |
| SpeechRecognitionPhrase | https://webaudio.github.io/web-speech-api/#speechrecognitionphrase |
| phrases | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-phrases |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| start | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-start |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| start | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-start-audiotrack |
| MediaStreamTrack | https://w3c.github.io/mediacapture-main/#dom-mediastreamtrack |
| audioTrack | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-start-audiotrack-audiotrack |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| stop | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-stop |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| abort | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-abort |
| Promise | https://webidl.spec.whatwg.org/#idl-promise |
| AvailabilityStatus | https://webaudio.github.io/web-speech-api/#enumdef-availabilitystatus |
| available | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-available |
| SpeechRecognitionOptions | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitionoptions |
| options | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-available-options-options |
| Promise | https://webidl.spec.whatwg.org/#idl-promise |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| install | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-install |
| SpeechRecognitionOptions | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitionoptions |
| options | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-install-options-options |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onaudiostart | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onaudiostart |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onsoundstart | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onsoundstart |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onspeechstart | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onspeechstart |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onspeechend | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onspeechend |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onsoundend | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onsoundend |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onaudioend | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onaudioend |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onresult | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onresult |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onnomatch | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onnomatch |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onerror | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onerror |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onstart | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onstart |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onend | https://webaudio.github.io/web-speech-api/#dom-speechrecognition-onend |
| SpeechRecognitionQuality | https://webaudio.github.io/web-speech-api/#enumdef-speechrecognitionquality |
| "command" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionquality-command |
| "dictation" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionquality-dictation |
| "conversation" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionquality-conversation |
| SpeechRecognitionOptions | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitionoptions |
| sequence | https://webidl.spec.whatwg.org/#idl-sequence |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| langs | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-langs |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| processLocally | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-processlocally |
| SpeechRecognitionQuality | https://webaudio.github.io/web-speech-api/#enumdef-speechrecognitionquality |
| quality | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionoptions-quality |
| SpeechRecognitionErrorCode | https://webaudio.github.io/web-speech-api/#enumdef-speechrecognitionerrorcode |
| "no-speech" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-no-speech |
| "aborted" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-aborted |
| "audio-capture" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-audio-capture |
| "network" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-network |
| "not-allowed" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-not-allowed |
| "service-not-allowed" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-service-not-allowed |
| "language-not-supported" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-language-not-supported |
| "phrases-not-supported" | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorcode-phrases-not-supported |
| AvailabilityStatus | https://webaudio.github.io/web-speech-api/#enumdef-availabilitystatus |
| "unavailable" | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-unavailable |
| "downloadable" | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-downloadable |
| "downloading" | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-downloading |
| "available" | https://webaudio.github.io/web-speech-api/#dom-availabilitystatus-available |
| SecureContext | https://webidl.spec.whatwg.org/#SecureContext |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| SpeechRecognitionErrorEvent | https://webaudio.github.io/web-speech-api/#speechrecognitionerrorevent |
| Event | https://dom.spec.whatwg.org/#event |
| constructor | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-speechrecognitionerrorevent |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| type | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-speechrecognitionerrorevent-type-eventinitdict-type |
| SpeechRecognitionErrorEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitionerroreventinit |
| eventInitDict | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-speechrecognitionerrorevent-type-eventinitdict-eventinitdict |
| SpeechRecognitionErrorCode | https://webaudio.github.io/web-speech-api/#enumdef-speechrecognitionerrorcode |
| error | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-error |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| message | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerrorevent-message |
| SpeechRecognitionErrorEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitionerroreventinit |
| EventInit | https://dom.spec.whatwg.org/#dictdef-eventinit |
| SpeechRecognitionErrorCode | https://webaudio.github.io/web-speech-api/#enumdef-speechrecognitionerrorcode |
| error | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerroreventinit-error |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| message | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionerroreventinit-message |
| SecureContext | https://webidl.spec.whatwg.org/#SecureContext |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| SpeechRecognitionAlternative | https://webaudio.github.io/web-speech-api/#speechrecognitionalternative |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| transcript | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionalternative-transcript |
| float | https://webidl.spec.whatwg.org/#idl-float |
| confidence | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionalternative-confidence |
| SecureContext | https://webidl.spec.whatwg.org/#SecureContext |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| SpeechRecognitionResult | https://webaudio.github.io/web-speech-api/#speechrecognitionresult |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| length | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresult-length |
| SpeechRecognitionAlternative | https://webaudio.github.io/web-speech-api/#speechrecognitionalternative |
| item | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresult-item |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| index | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresult-item-index-index |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| isFinal | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresult-isfinal |
| SecureContext | https://webidl.spec.whatwg.org/#SecureContext |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| SpeechRecognitionResultList | https://webaudio.github.io/web-speech-api/#speechrecognitionresultlist |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| length | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresultlist-length |
| SpeechRecognitionResult | https://webaudio.github.io/web-speech-api/#speechrecognitionresult |
| item | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresultlist-item |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| index | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionresultlist-item-index-index |
| SecureContext | https://webidl.spec.whatwg.org/#SecureContext |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| SpeechRecognitionEvent | https://webaudio.github.io/web-speech-api/#speechrecognitionevent |
| Event | https://dom.spec.whatwg.org/#event |
| constructor | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionevent-speechrecognitionevent |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| type | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionevent-speechrecognitionevent-type-eventinitdict-type |
| SpeechRecognitionEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitioneventinit |
| eventInitDict | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionevent-speechrecognitionevent-type-eventinitdict-eventinitdict |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| resultIndex | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionevent-resultindex |
| SpeechRecognitionResultList | https://webaudio.github.io/web-speech-api/#speechrecognitionresultlist |
| results | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionevent-results |
| SpeechRecognitionEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechrecognitioneventinit |
| EventInit | https://dom.spec.whatwg.org/#dictdef-eventinit |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| resultIndex | https://webaudio.github.io/web-speech-api/#dom-speechrecognitioneventinit-resultindex |
| SpeechRecognitionResultList | https://webaudio.github.io/web-speech-api/#speechrecognitionresultlist |
| results | https://webaudio.github.io/web-speech-api/#dom-speechrecognitioneventinit-results |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| SpeechGrammar | https://webaudio.github.io/web-speech-api/#speechgrammar |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| src | https://webaudio.github.io/web-speech-api/#dom-speechgrammar-src |
| float | https://webidl.spec.whatwg.org/#idl-float |
| weight | https://webaudio.github.io/web-speech-api/#dom-speechgrammar-weight |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| SpeechGrammarList | https://webaudio.github.io/web-speech-api/#speechgrammarlist |
| constructor | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-speechgrammarlist |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| length | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-length |
| SpeechGrammar | https://webaudio.github.io/web-speech-api/#speechgrammar |
| item | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-item |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| index | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-item-index-index |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| addFromURI | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-addfromuri |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| src | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-addfromuri-src-weight-src |
| float | https://webidl.spec.whatwg.org/#idl-float |
| weight | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-addfromuri-src-weight-weight |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| addFromString | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-addfromstring |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| string | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-addfromstring-string-weight-string |
| float | https://webidl.spec.whatwg.org/#idl-float |
| weight | https://webaudio.github.io/web-speech-api/#dom-speechgrammarlist-addfromstring-string-weight-weight |
| SecureContext | https://webidl.spec.whatwg.org/#SecureContext |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| SpeechRecognitionPhrase | https://webaudio.github.io/web-speech-api/#speechrecognitionphrase |
| constructor | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-speechrecognitionphrase |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| phrase | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-speechrecognitionphrase-phrase-boost-phrase |
| float | https://webidl.spec.whatwg.org/#idl-float |
| boost | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-speechrecognitionphrase-phrase-boost-boost |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| phrase | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-phrase |
| float | https://webidl.spec.whatwg.org/#idl-float |
| boost | https://webaudio.github.io/web-speech-api/#dom-speechrecognitionphrase-boost |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| SpeechSynthesis | https://webaudio.github.io/web-speech-api/#speechsynthesis |
| EventTarget | https://dom.spec.whatwg.org/#eventtarget |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| pending | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-pending |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| speaking | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-speaking |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| paused | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-paused |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onvoiceschanged | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-onvoiceschanged |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| speak | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-speak |
| SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#speechsynthesisutterance |
| utterance | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-speak-utterance-utterance |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| cancel | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-cancel |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| pause | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-pause |
| undefined | https://webidl.spec.whatwg.org/#idl-undefined |
| resume | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-resume |
| sequence | https://webidl.spec.whatwg.org/#idl-sequence |
| SpeechSynthesisVoice | https://webaudio.github.io/web-speech-api/#speechsynthesisvoice |
| getVoices | https://webaudio.github.io/web-speech-api/#dom-speechsynthesis-getvoices |
| Window | https://html.spec.whatwg.org/multipage/nav-history-apis.html#window |
| SameObject | https://webidl.spec.whatwg.org/#SameObject |
| SpeechSynthesis | https://webaudio.github.io/web-speech-api/#speechsynthesis |
| speechSynthesis | https://webaudio.github.io/web-speech-api/#dom-window-speechsynthesis |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#speechsynthesisutterance |
| EventTarget | https://dom.spec.whatwg.org/#eventtarget |
| constructor | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-speechsynthesisutterance |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| text | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-speechsynthesisutterance-text-text |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| text | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-text |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| lang | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-lang |
| SpeechSynthesisVoice | https://webaudio.github.io/web-speech-api/#speechsynthesisvoice |
| voice | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-voice |
| float | https://webidl.spec.whatwg.org/#idl-float |
| volume | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-volume |
| float | https://webidl.spec.whatwg.org/#idl-float |
| rate | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-rate |
| float | https://webidl.spec.whatwg.org/#idl-float |
| pitch | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-pitch |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onstart | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-onstart |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onend | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-onend |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onerror | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-onerror |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onpause | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-onpause |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onresume | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-onresume |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onmark | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-onmark |
| EventHandler | https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler |
| onboundary | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisutterance-onboundary |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| SpeechSynthesisEvent | https://webaudio.github.io/web-speech-api/#speechsynthesisevent |
| Event | https://dom.spec.whatwg.org/#event |
| constructor | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-speechsynthesisevent |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| type | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-speechsynthesisevent-type-eventinitdict-type |
| SpeechSynthesisEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechsynthesiseventinit |
| eventInitDict | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-speechsynthesisevent-type-eventinitdict-eventinitdict |
| SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#speechsynthesisutterance |
| utterance | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-utterance |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| charIndex | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-charindex |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| charLength | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-charlength |
| float | https://webidl.spec.whatwg.org/#idl-float |
| elapsedTime | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-elapsedtime |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| name | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisevent-name |
| SpeechSynthesisEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechsynthesiseventinit |
| EventInit | https://dom.spec.whatwg.org/#dictdef-eventinit |
| SpeechSynthesisUtterance | https://webaudio.github.io/web-speech-api/#speechsynthesisutterance |
| utterance | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiseventinit-utterance |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| charIndex | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiseventinit-charindex |
| unsigned long | https://webidl.spec.whatwg.org/#idl-unsigned-long |
| charLength | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiseventinit-charlength |
| float | https://webidl.spec.whatwg.org/#idl-float |
| elapsedTime | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiseventinit-elapsedtime |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| name | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiseventinit-name |
| SpeechSynthesisErrorCode | https://webaudio.github.io/web-speech-api/#enumdef-speechsynthesiserrorcode |
| "canceled" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-canceled |
| "interrupted" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-interrupted |
| "audio-busy" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-audio-busy |
| "audio-hardware" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-audio-hardware |
| "network" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-network |
| "synthesis-unavailable" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-synthesis-unavailable |
| "synthesis-failed" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-synthesis-failed |
| "language-unavailable" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-language-unavailable |
| "voice-unavailable" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-voice-unavailable |
| "text-too-long" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-text-too-long |
| "invalid-argument" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-invalid-argument |
| "not-allowed" | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorcode-not-allowed |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| SpeechSynthesisErrorEvent | https://webaudio.github.io/web-speech-api/#speechsynthesiserrorevent |
| SpeechSynthesisEvent | https://webaudio.github.io/web-speech-api/#speechsynthesisevent |
| constructor | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorevent-speechsynthesiserrorevent |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| type | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorevent-speechsynthesiserrorevent-type-eventinitdict-type |
| SpeechSynthesisErrorEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechsynthesiserroreventinit |
| eventInitDict | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorevent-speechsynthesiserrorevent-type-eventinitdict-eventinitdict |
| SpeechSynthesisErrorCode | https://webaudio.github.io/web-speech-api/#enumdef-speechsynthesiserrorcode |
| error | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserrorevent-error |
| SpeechSynthesisErrorEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechsynthesiserroreventinit |
| SpeechSynthesisEventInit | https://webaudio.github.io/web-speech-api/#dictdef-speechsynthesiseventinit |
| SpeechSynthesisErrorCode | https://webaudio.github.io/web-speech-api/#enumdef-speechsynthesiserrorcode |
| error | https://webaudio.github.io/web-speech-api/#dom-speechsynthesiserroreventinit-error |
| Exposed | https://webidl.spec.whatwg.org/#Exposed |
| SpeechSynthesisVoice | https://webaudio.github.io/web-speech-api/#speechsynthesisvoice |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| voiceURI | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisvoice-voiceuri |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| name | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisvoice-name |
| DOMString | https://webidl.spec.whatwg.org/#idl-DOMString |
| lang | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisvoice-lang |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| localService | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisvoice-localservice |
| boolean | https://webidl.spec.whatwg.org/#idl-boolean |
| default | https://webaudio.github.io/web-speech-api/#dom-speechsynthesisvoice-default |
| https://webaudio.github.io/web-speech-api/#issues-index |
| Interacting with WebRTC, the Web Audio API and other external sources | https://lists.w3.org/Archives/Public/public-speech-api/2012Sep/0072.html |
| ↵ | https://webaudio.github.io/web-speech-api/#issue-2c77f5e1 |
| Confidence property | https://lists.w3.org/Archives/Public/public-speech-api/2012Jun/0143.html |
| ↵ | https://webaudio.github.io/web-speech-api/#issue-1fc473cc |