google 印地语语音识别 api

google speech recognition api in hindi

我正在寻找 Google 语音识别 API,但我找不到任何东西。 Google 已启动印地语语音识别服务,例如:- 如果我说 "Kahan jaa rahe ho",则它会搜索 "Kahan jaa rahe ho",这意味着它将语音转换为文本。我想要的只是我的应用程序应该识别我说的话并将该 Hinglish 文本作为输出。谁能告诉我如何实现这个或任何 link 文档,我已经检查了在线服务 (https://dictation.io)。我想在我的应用程序中实现相同的功能。

查看以下链接- How to use google speech recognition api in c#?

Google speech to text API in C#

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

这似乎包含一个工作示例 - https://googlespeechtotext.codeplex.com/