禁用Windows Vista语音听写(Windows窗体-VB.NET 2008) [英] disable windows Vista speech dictation (windows form -VB.NET 2008)

查看:103
本文介绍了禁用Windows Vista语音听写(Windows窗体-VB.NET 2008)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的所有



i有一个问题,我试图解决几天但我找不到任何解决方案



我正在使用VB.NET 2008开发一个Windows应用程序,它旨在供盲人使用,因此用户可以将他的声音用作命令



i需要在某些控件中禁用Windows Vista中的语音听写并在其他控件中启用它,或者甚至为用户提供此选项,



i搜索了很多,以找到一种方法来禁用听写(语音到文本),但我找不到任何解决方案



i将非常感谢任何人都可以帮助我


谢谢



Abeer

Dear all

i have a problem that i am trying to solve from few days but I cant find any solution

I am developing a windows application using VB.NET 2008, which is intended to be used by blind people , so user can use his voice as a Command

i need to disable speech dictation from windows vista in some control and enable it in others , or even make this option to the user ,

i search a lot to find a way to disable dictation (speech to text) but i cant found any solution

i will be very thankful if anyone can help me

thanks

Abeer

推荐答案

感谢上帝:)



最后,我找到了解决方案,可能有人会需要它一天:)

语音识别可以在两种模式下工作,无论是命令控制还是听写模式,都可以在任何应用程序中禁用通过注册表编辑器,



禁用regedit对某些应用程序的听写:

插入字符串值(HKEY_CURRENT_USER \Software \ MicroSoft) \\ Discut!\\ Preference\AppCompatDisableDictation)

设置它的名称为application.exe文件,即禁用微软单词的听写,添加名为word.exe的新字符串



禁用命令时:



使用此键,添加要禁用语音命令的可执行应用程序(HKEY_CURRENT_USER \Software \ Mysoftoft \Speech \ Preference\ AppCompatDisableMSAA)



希望这可能对某些人有用:)
Thanks God :)

finally , i found a solution , may be someone will need it one day :)
speech recognition can work in two modes , either command-and-control or dictation mode , both can be disabled in any application through registry editor ,

to disable dictation for some application from regedit:
insert string value in (HKEY_CURRENT_USER\Software\Microsoft\Speech\Preferences\AppCompatDisableDictation)
set it''s name to the application.exe file , i.e to disable dictation for microsoft word , add new string with name word.exe

while to disable command :

use this key, to add the executable application you wish to disable speech command within it(HKEY_CURRENT_USER\Software\Microsoft\Speech\Preferences\AppCompatDisableMSAA)

hope this may be useful to some one :)


使用Vocola命令禁用听写,Text Off:



禁用()

命名空间►图书馆►听写►禁用

禁用Vocola听写。

语法

禁用()

示例

禁用Vocola听写。



Text Off = Dictation.Disable();



说Text Off禁用Vocola听写。



这是Vocola的内置命令之一。



http://vocola.net/v3/FunctionLibrary/ [ ^ ]
Disable dictation with the Vocola command, "Text Off":

Disable()
Namespaces ► Library ► Dictation ► Disable
Disables Vocola dictation.
Syntax
Disable()
Examples
Disable Vocola dictation.

Text Off = Dictation.Disable();

Saying "Text Off" disables Vocola dictation.

This is one of Vocola''s built-in commands.

http://vocola.net/v3/FunctionLibrary/[^]


这篇关于禁用Windows Vista语音听写(Windows窗体-VB.NET 2008)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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