SAP / Webchat

The SAP Conversational AI webchat let you deploy a bot straight to a website
https://cai.tools.sap
MIT License
79 stars 200 forks source link

Speech to text #64

Open artihajare opened 3 years ago

artihajare commented 3 years ago

I want to integrate speech to text functionality in my application. Looking for help. Thanks

jyguyomarch commented 3 years ago

Hi @artihajare ,

Did you look at https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition? It is now supported in Chrome and Edge (soon in Safari if I am correct).

BR - JYves