In documentation and tutorial for REST API (Google Sppech API for Node: https://cloud.google.com/nodejs/apis), so my question is how to use the Cloud Speech API in JavaScript. Someone used on any page with javascript?
2020-04-24 EDIT: The accepted answer is using webkitSpeechRecognition
which is not available on mobile: https://mcmap.net/q/746365/-client-side-speech-recognition-on-a-mobile-browser
Google documentation and examples: https://cloud.google.com/speech-to-text/docs/samples
Node.js code: https://github.com/googleapis/nodejs-speech/blob/master/samples/MicrophoneStream.js
REQUIREMENT: it has to run in Safari on iOS.