请问谷歌是否有一种翻译工具可以语音的,然后即显示中英文字幕?因为我想下载一个可以语音的翻译工具,

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了请问谷歌是否有一种翻译工具可以语音的,然后即显示中英文字幕?因为我想下载一个可以语音的翻译工具,相关的知识,希望对你有一定的参考价值。

请问谷歌是不是有一种翻译工具可以语音的,然后即显示中英文字幕?因为我想下载一个可以语音的翻译工具,请问有什么好介绍吗?谢谢

有道词典,灵格斯翻译,MSN带的必应词典,等等,不过win7不用管理员身份使用会死机 参考技术A google翻译

如何从您的网站搜索谷歌语音识别?

我在网络浏览器中有一个“Jarvis”或个人助理。它运行在一些语音识别代码上。我会放在最底层。我想告诉它谷歌的东西,然后说出我想要它谷歌,然后让它自动谷歌它为我。

你可以帮忙吗?只是让你知道语音识别工作正常,但激活它的按钮没有在说明中显示。

<script>

        var x = document.getElementById("reconition");
        var message = document.querySelector('#message');
        var SpeechRecognition = SpeechRecognition || webkitSpeechRecognition;
        var SpeechGrammarList = SpeechGrammarList || webkitSpeechGrammarList;
        var grammar = '#JSGF V1.0;'
        var recognition = new SpeechRecognition();
        var speechRecognitionList = new SpeechGrammarList();
                speechRecognitionList.addFromString(grammar, 1);
                recognition.grammars = speechRecognitionList;
                recognition.lang = 'en-US';
                recognition.interimResults = false;
                recognition.onresult = function(event) {
                        var last = event.results.length - 1;
                        var command = event.results[last][0].transcript;
                        message.textContent = 'Voice Input: ' + command + '.';



                        if(command.toLowerCase() === 'google something'){
                                var msg = new SpeechSynthesisUtterance('what would you like for me to google');
                window.speechSynthesis.speak(msg);
                        }
  }




                    };
            recognition.onspeechend = function() {
                recognition.stop();
            };
            recognition.onerror = function(event) {
                message.textContent = 'Error occurred in recognition: ' + event.error;
            }
            document.querySelector('#btnGiveCommand').addEventListener('click', function(){
                recognition.start();
            });
答案

好吧,既然你没有指定你想要对结果做什么,你可以打开一个弹出窗口/使用iframe并用搜索查询打开一个谷歌网址。例如:

https://www.google.com/search?q=this+is+a+test

将打开谷歌与查询“这是一个测试”

q =参数实际上负责查询。

现在,如果你想以某种方式在你的页面上使用结果,一个选项可能是谷歌的自定义搜索API:qazxsw poi

以上是关于请问谷歌是否有一种翻译工具可以语音的,然后即显示中英文字幕?因为我想下载一个可以语音的翻译工具,的主要内容,如果未能解决你的问题,请参考以下文章

谷歌在线翻译

语音识别和本地化?

谷歌浏览器显示不全

如何将本地文件网页显示,然后使用google在线翻译工具

Google文字转语音”这个软件怎么用?

一键完成图片到文字识别,省下打字时间