简体   繁体   English

HTML5初学者。 我想要一个Speech-Box来运行Java程序

[英]HTML5 Beginner. I want a Speech-Box to run Java program

I am a beginner at HTML stuff, I was looking at http://slides.html5rocks.com/#speech-input and was wondering how I could press enter on text input or speak and afterwards run a Java application HelloWorld with the input String from the text box. 我是HTML的初学者,我正在查看http://slides.html5rocks.com/#speech-input ,并想知道如何按输入文本输入或说话,然后使用输入字符串运行Java应用程序HelloWorld从文本框中。

I would like a simple rundown of what I need to do. 我想简单介绍一下我需要做什么。 If there is any advice on Text-To-Speech Output, that would be icing on the cake :) 如果对文字转语音输出有任何建议,那将是锦上添花:)

I'm sorry this question got thumbsed-down (it wasn't me) but maybe I can help you understand how you'll need to approach the problem (and if you're up for it!): 对不起,这个问题被贬低了(这不是我),但也许我可以帮助你理解你将如何解决这个问题(如果你已经做好了!):

1) The new HTML5 speech input sends its string result as a form 2) You'd need to read this input, pass it along to middle-ware client-scripter (like jQuery - learn this), then use jQuery to instantiate your Java application in the client window 1)新的HTML5语音输入将其字符串结果作为表单发送2)您需要读取此输入,将其传递给中间件客户端脚本程序(如jQuery - 学习此),然后使用jQuery实例化Java应用程序在客户端窗口中

Again, sorry the community felt like this question wasn't worth answering...but it is a big one! 再次,抱歉社区觉得这个问题不值得回答......但这是一个很大的问题!

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

相关问题 BoxCars Java 程序 - 初学者。 奇怪的问题:程序不在控制台中运行,但它在 Eclipse Java 中没有列出任何错误 - BoxCars Java Program - Beginner. Weird Issue: Program doesn't run in the console but, it lists no errors in Eclipse Java BoxCars Java 程序 - 初学者。 奇怪的问题:程序不在控制台中运行,但它在 Eclipse 中没有列出任何错误 - BoxCars Java Program - Beginner. Weird Issue: Program doesn't run in the console but, it lists no errors in Eclipse Java 程序我想在 HTML 中运行 - Java Program I want to run in HTML 绝对的java初学者。 我不能使用返回的变量 - Absolute java beginner. I cannot use a returned variable 我希望我的 Java 程序能够在 Ubuntu 中运行外部应用程序 - I want my Java program to be able to run external application in Ubuntu 初学者Java程序循环 - Beginner Java program, loops Java - 初学者的作业。 使用模来求可分性并在之后创建一个循环 - Java - an assignment for a beginner. Using modulo to find divisibility and creating a loop afterwards 初学者Java程序 - Beginner Java program 我想在HTML中运行Java Applet,但始终存在错误 - I want to run java applet in HTML, but it allways have bug 如何使用Java程序在浏览器中运行html文件? - How can I run the html file in browser using java program?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM