Last active
November 8, 2017 17:22
-
-
Save elliott-beach/329509797b29ca69194473b06502dad8 to your computer and use it in GitHub Desktop.
Web Speech API JSON Definition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"name": "Web Speech API Specification", | |
"subsection_number": null, | |
"subsection_name": null, | |
"url": "https://w3c.github.io/speech-api/webspeechapi.html" | |
}, | |
"features": [ | |
"SpeechRecognition", | |
"SpeechRecognitionAlternative", | |
"SpeechSynthesis", | |
"SpeechSynthesisUtterance", | |
"speechSynthesis", | |
"webkitSpeechRecognition", | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment