web-api-manager/data/standards/WEBSPEECH.json

21 lines
733 B
JSON
Raw Normal View History

2017-11-08 04:24:19 +00:00
{
"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"
]
}