Speech recognition using Web Speech API

I am using Web Speech API for speech to text in Chrome browser and Google chrome privacy white paper says the speech recognition is done in Google servers. How can I be sure that the voice data is not getting stored in servers?

Additionally, does FF and IE Edge use the same speech API, in turn google servers to do the speech recognition.

Link - https://www.google.co.in/chrome/browser/privacy/whitepaper.html#speech

链接地址: http://www.djcxy.com/p/34452.html

上一篇: 用Bing Speech API转录MP3音频文件(语音到文本)

下一篇: 使用Web Speech API进行语音识别