简体   繁体   English

Windows Server中的语音识别

[英]Speech Recognition in Windows Server

can anyone help me on the same? 有人可以帮我吗? I need some clarification about Windows Server 2008/2012 in which we need Speech recognition feature though we have developed a software (Psychometric test battery) which is going to be used by Visually Impaired people, but we couldn't make it run in Server (where we used to HOST). 我需要对Windows Server 2008/2012进行一些澄清,尽管我们已经开发了供视觉障碍者使用的软件(心理测验电池),但我们需要语音识别功能,但是我们无法使其在Server中运行(我们曾经在这里寄宿)。 And here is the conv with our cloud service provider; 这是与我们的云服务提供商的转换; Initially they have mentioned that; 最初,他们提到了这一点; WinSvr 2008 will provide the feature;so we planned to downgrade from WinSvr2012, for that we had a test VM to check the same, but it didn't get works, and the reply for the same form them is; WinSvr 2008将提供该功能;因此我们计划从WinSvr2012降级,因为我们有一个测试虚拟机来检查该虚拟机,但没有成功,对于它们的相同答复是: We regret to inform you that speech Recognition application is only available to Client Operating system's like windows 7/8/10, Not server Server Operating systems. 很遗憾地通知您,语音识别应用程序仅可用于Windows 7/8/10之类的客户端操作系统,而不适用于服务器服务器操作系统。 Speech recognition is not included in "Desktop experience feature" in server level. 语音识别未包含在服务器级别的“桌面体验功能”中。 Please find the Microsoft Documentation for the same. 请找到相同的Microsoft文档。 And is there any alternatives to do so? 还有其他选择吗?

Use a different API. 使用其他API。 Don't use the " Desktop API / .NET ", but use the server version, the Speech platform . 不要使用“ 桌面API / .NET ”,而要使用服务器版本的Speech平台

.NET : .NET

This programming guide provides an introduction to developing speech applications for the Windows Desktop using the System.Speech namespaces in the Microsoft .NET Framework. 本编程指南介绍了如何使用Microsoft .NET Framework中的System.Speech命名空间为Windows 桌面开发语音应用程序。

Speech platform : 语音平台

Development of speech-enabled applications is supported on:
Windows Vista or later 
Windows 2003 Server or later 
Windows 2008 Server or later
Deployment of speech-enabled applications is supported on: 
Windows 2003 Server or later 
Windows 2008 Server or later

Source: https://msdn.microsoft.com/en-us/library/hh362873%28v=office.14%29.aspx?f=255&MSPPError=-2147217396 来源: https : //msdn.microsoft.com/zh-cn/library/hh362873%28v=office.14%29.aspx?f=255&MSPPError=-2147217396

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM