Added Web Speech API Specification
This commit is contained in:
parent
7bc3882fcf
commit
f2b92c4b4f
1 changed files with 21 additions and 0 deletions
21
data/standards/WEBSPEECH.json
Normal file
21
data/standards/WEBSPEECH.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue