Bronze 1
Since ‎09-25-2022
‎10-18-2022

My Stats

  • 4 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

vaibhav_jio's Bio

Badges vaibhav_jio Earned

View all badges

Recent Activity

I am using below configuration to identify my voice input stream (Hindi language) : config.set_language_code("hi-IN");config.set_sample_rate_hertz(8000);config.set_encoding(RecognitionConfig::LINEAR16);config.set_model("command_and_search");streaming...
Scenario: We are receiving huge amount of voice data streams which could be upto couple of minutes long. There will huge set of data streams as an input every second. This a real time application where I get live data from multiple users and return r...
I am using google cloud stream(AsyncStreamingRecognize) for speech to text conversion in my applications. I have gone through the below link to understand the structure of response returned by the apis :StreamingRecognizeResponse I can have various s...