1

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.

4

1 回答 1

0

查看以下链接- 如何在 c# 中使用谷歌语音识别 api?

C# 中的 Google 语音转文本 API

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

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

于 2015-06-11T12:02:05.447 回答