语音转文本识别
我是 Android 开发的初学者。是否有可能编写一个可以访问谷歌基于网络的后端语音到文本系统的语音到文本软件?
I am a beginner in Android development. Is there any possibility to write a speech to text software that could access Googles network based back-end voice to text system ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试识别器意图...查看下面的链接,看看它是否回答您的查询:
语音识别示例代码
语音识别器文档
you can try the recognizer intent...check out the links below and see if it answers your query:
sample code for voice recognition
voice recognizer documentation
不,Google Voice API 已关闭。他们不允许使用他们的 API 为他人制作软件。
还有其他公司可以提供语音识别软件作为产品(安装在服务器中)或服务(发送音频和接收文本)。
No, Google Voice API is closed. They don't allow to used their API to make software for others.
There are other companies that can provided speech recognition software as a product (you install in your server) or as a service (send audio and receive text).