使用Google Api:PC版语音转文本 [英] Using Google Api: Speech To Text on PC Version

查看:200
本文介绍了使用Google Api:PC版语音转文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Google Chrome浏览器提供语音转文本(STT),因此许多智能手机应用程序都提供STT.它具有良好的识别性.

Google Chrome provide speech to text(STT) and So many smart phone apps provide STT. It has good recognition.

我想要Visual Studio(MFC)中的程序,但是没有任何方法可以执行STT.如果我使用Google Speech To Text Api,就很容易解决这个问题.

I want program in Visual Studio(MFC), But there's no methods to do STT. If I use Google Speech To Text Api, It's so easy to settle this problem.

如果没有关于STT的公开Goog​​le API,请告诉我另一种方法,除了以start开头.

If there's no public google api about STT, Tell me another way to this except with start.

推荐答案

据我所知,Google尚未记录其语音API,也不打算将其用于通用客户.我相信他们的意图是使语音API支持其Android和Chrome产品.也就是说,有关更多信息,请访问有人在生产中使用Google Speech API吗? ?是否有用于Google语音识别的API技术?.

To my knowledge, Google has not documented their speech API and do not intend it to be used by general purpose clients. I believe their intent is for the speech API to support their Android and Chrome products. That said, there is more information at Does Anyone Uses Google Speech API in Production? and Is there an API for Google's speech recognition technology?.

由于您正在为Windows编程,所以为什么不使用内置的Windows语音引擎.您可以使用.Net或Microsoft.Speech的System.Speech功能,并安装Microsoft提供的免费识别器. Windows 7包括一个完整的语音引擎.其他可免费下载.对于称为SAPI的相同引擎,有一个C ++ API.请参见 http://msdn.microsoft.com/en-us/magazine/cc163663.aspx .或 http://msdn.microsoft.com/zh-cn/library/ms723627(v = vs.85).aspx . Windows的Microsoft引擎的更多背景 System.Speech之间有什么区别.Recognition和Microsoft.Speech.Recognition?

Since you're programming for Windows, why don't you use the built in Windows speech engine. You can use the System.Speech features of .Net or Microsoft.Speech and install the free recognizers Microsoft provides. Windows 7 includes a full speech engine. Others are downloadable for free. There is a C++ API to the same engines known as SAPI. See at http://msdn.microsoft.com/en-us/magazine/cc163663.aspx. or http://msdn.microsoft.com/en-us/library/ms723627(v=vs.85).aspx. More background on Microsoft engines for Windows What is the difference between System.Speech.Recognition and Microsoft.Speech.Recognition?

最后一个链接希望对您有所帮助,这是.NET中语音识别的简单示例-

One last link that I hope is helpful, here is a simple example of speech recogntion in .NET - SAPI and Windows 7 Problem

这篇关于使用Google Api:PC版语音转文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆