是否可以为语音输入字段定义动态语法(用 PHP 创建)?
是否可以为语音输入字段定义动态语法(用 PHP 创建)?
请参阅 http://lists。 w3.org/Archives/Public/public-xg-htmlspeech/2011Feb/att-0020/api-draft.html。
我想内联执行此操作(使用 PHP 添加到我的 HTML 中),但我找不到任何示例。
Is it possible to define a dynamic grammar (created with PHP) for a speech input field?
See http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb/att-0020/api-draft.html.
I would like to do this inline (added to my HTML with PHP) but I can't find any examples.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在这里查看这个问题: HTML5 语音识别 --- 有没有办法动态设置用户期望说的话? (使用自定义语法)
我不知道 Google Chrome 是否支持使用自定义语法,但如果支持,您就会这样做。
See this question here: HTML5 Speech recognition --- is there a way to set what the user is expected to say dynamically? (Using custom Grammars)
I do not know if any Google Chrome supports using custom grammars, but if it does that is how you would do it.
目前语音输入可在有限的 html5 兼容浏览器中使用...例如 google chrome
使用它来启用输入框的语音识别(在 google chrome 中工作)。语音控制也是在客户端完成的。只能在服务器端进行处理(以获取客户端在语音中所说的内容)
currently speech-input is available in limited html5 compatible browsers... like google chrome
use this to enable speech recognition for input boxes (works in google chrome). also speech controlling is done on client side. only the processing may be done on server side (to get what the client said in the voice )