Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/291.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/apache-flex/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
是否可以点击Windows 10';Python的CortanaAPI?_Python_Api_Artificial Intelligence_Windows 10_Speech - Fatal编程技术网

是否可以点击Windows 10';Python的CortanaAPI?

是否可以点击Windows 10';Python的CortanaAPI?,python,api,artificial-intelligence,windows-10,speech,Python,Api,Artificial Intelligence,Windows 10,Speech,我目前正在从事一个家庭自动化项目。当Windows10发布时,我的语音识别API变得不兼容。是否有公开可用的API来使用Cortana,如果没有,是否可以使用语音识别API Python 2.7 视窗10 蜻蜓语音API不再工作,它使用windows语音识别 我的最终目标是不使用发布短语,我希望我的AI能听我说的每一句话。如果我随便问一个问题,我想要一个答案。我涵盖了人工智能部分,但语音输入是我最大的问题 谢谢你的帮助,我期待着答案 (注意:由于Windows 10的复杂性,这不是一个重复的问题

我目前正在从事一个家庭自动化项目。当Windows10发布时,我的语音识别API变得不兼容。是否有公开可用的API来使用Cortana,如果没有,是否可以使用语音识别API

Python 2.7 视窗10 蜻蜓语音API不再工作,它使用windows语音识别

我的最终目标是不使用发布短语,我希望我的AI能听我说的每一句话。如果我随便问一个问题,我想要一个答案。我涵盖了人工智能部分,但语音输入是我最大的问题

谢谢你的帮助,我期待着答案


(注意:由于Windows 10的复杂性,这不是一个重复的问题。)

我最近访问了微软在德国的一个办事处,询问了一些Cortana的传教士Cortana是否会开源,或者他们是否计划开发语音识别API。他们告诉我有可能使用Cortana启动前台应用程序,但表示目前还没有开放API

最好研究一下谷歌语音识别API:


它限制为每天50个请求,但准确性相当好。

如果有Cortana的api(我不确定是否有),那么您可以使用IronPython(Python在.net运行时上)。啊,思维不错的Burhan Khalid,我会研究它,我觉得它会有点黑客味,由于常规桌面应用程序无法利用API。感谢您提供的信息,这节省了大量时间。