javascript – Speech to Text API in Angular

I’m using web speech API in my angular application for voice to text functionality. I’m able to get the text which user has spoken when they click on stop recording.

I have a use case where i need to show the interim data, whenever a user is speaking whatever they speak should be populated on the screen(like how it happens on google/youtube voice search). It should appear as if dynamically shown on the screen.

Do we have any event listener to listen for this activity.

Thanks for your help in advance.

Read more here: Source link