Learn how to use the web browser speech recognition API with JavaScript #coding #programming #webdevelopment #javascript
Пікірлер: 12
@OshomaPat-Igemoh7 ай бұрын
Hi. Levi. Greatt video. Just used it in making an interactive chatbot. Thanks a lot.
@leviomagbemi7 ай бұрын
@@OshomaPat-Igemoh Thank you!
@leviomagbemi Жыл бұрын
I just realized I didn't include how to stop the speech processing, you can do that with recognition.stop() method
@usus842026 күн бұрын
hi does it work on mobile ?
@leviomagbemi26 күн бұрын
Yes, it works on mobile. You can check the browser compatibility on MDN documentation.
@usus842024 күн бұрын
c'est un travail interréssant de vulgarisation mais dans votre exemple le texte s'affiche quand on a fini de parler pas très convivial@@leviomagbemi
@VikasVerma-dk6zs3 ай бұрын
Does this API store data or send the data to any other server ? Is data safe or not ?
@leviomagbemi3 ай бұрын
No. It doesn't and yes the data is safe. Also if you're building an app that requires you to send the data to a server, you can do that after receiving the voice as a text.
@ryuofthenorth10 ай бұрын
fyi this needs api key now
@leviomagbemi10 ай бұрын
The web speech API does not require an API key 🤔. It's a built-in browser API. You can check the documentation on MDN.