Search code examples
c#voice-recognitionspeechhindigoogle-voice-search

google speech recognition api in hindi


I am looking for a Google Speech Recognition API, but I was not able to find any. Google has started service of Hindi Speech Recognition, as an example:- If I say "Kahan jaa rahe ho", then it searches for "Kahan jaa rahe ho" which means it converts speech to text. All I want is that my app should recognize what I say and give that Hinglish Text as output. Can anyone tell me how can I achieve this or any link to documentation, I've already checked an online service (https://dictation.io). I want to implement the same in my app.


Solution

  • Check out the following links- How to use google speech recognition api in c#?

    Google speech to text API in C#

    https://gist.github.com/satana/75e639434b66e6c62e18

    This seems to contain a working example - https://googlespeechtotext.codeplex.com/