Hello @Nitish Kumar , Thanks for using Microsoft Q&A Platform.
We appreciate your interest to migrate from Google ASR to Azure Speech Recognition.
For real-time transcription we support speech SDK and REST API. In this documentation you will learn how to recognize and transcribe speech to text in real time: https://learn.microsoft.com/en-us/azure/ai-services/speech-service/how-to-recognize-speech?pivots=programming-language-javascript
Speech containers provide WebSocket-based query endpoint APIs that are accessed through the Speech SDK and Speech CLI. Ihttps://learn.microsoft.com/en-us/azure/ai-services/speech-service/how-to-recognize-speech?pivots=programming-language-javascript#run-and-use-a-container
Additionally, this Github sample shows how to integrate the Azure Speech service into a sample React application; https://github.com/Azure-Samples/AzureSpeechReactSample
Here is a similar thread where customer found the above Github sample was helpful, try to check if this helps.
I hope this helps.
Regards,
Vasavi
-Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.