微软语音识别 - 我有什么参考补充? [英] Microsoft Speech Recognition - what reference do I have to add?

查看:167
本文介绍了微软语音识别 - 我有什么参考补充?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图让使用微软的语音识别API(使用Kinect的)一个C#程序,但我挣扎上手。
我用语句

I'm trying to make a C# program that uses the Microsoft Speech Recognition API (with Kinect) but I'm struggling to get started. I have the using statements

using Microsoft.Speech.AudioFormat;
using Microsoft.Speech.Recognition;



但它给我的错误的类型或命名空间名称讲话没有命名空间中存在'微软'。你是缺少程序集引用?

But it's giving me the error "the type or namespace name 'Speech' does not exist in the namespace 'Microsoft'. Are you missing an assembly reference?"

有谁知道什么补充? 。System.Speech不会做的伎俩

Does anyone know what to add? System.Speech doesn't do the trick.

推荐答案

请确保您该组件添加到项目中:C:\Program Files\Microsoft SDKs\Speech\v11.0\Assembly\Microsoft.Speech.dll。

Make sure you add this assembly to your project: C:\Program Files\Microsoft SDKs\Speech\v11.0\Assembly\Microsoft.Speech.dll.

更​​多详情可在 MSDN

这篇关于微软语音识别 - 我有什么参考补充?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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