Added Web Speech API Specification

This commit is contained in:
gansukhben 2017-11-07 22:24:19 -06:00
parent 7bc3882fcf
commit f2b92c4b4f
No known key found for this signature in database
GPG key ID: 27265D0EA33DF2D0

View file

@ -0,0 +1,21 @@
{
"info": {
"name": "Web Speech API Specification",
"subsection_number": null,
"subsection_name": null,
"url": "https://w3c.github.io/speech-api/webspeechapi.html"
},
"features": [
"webkitSpeechRecognition.prototype.start",
"webkitSpeechRecognition.prototype.stop",
"webkitSpeechRecognition.prototype.abort",
"webkitSpeechGrammarList.prototype.item",
"webkitSpeechGrammarList.prototype.addFromString",
"webkitSpeechGrammarList.prototype.addFromUri",
"speechSynthesis.speak",
"speechSynthesis.cancel",
"speechSynthesis.pause",
"speechSynthesis.resume",
"speechSynthesis.getVoices"
]
}