码迷,mamicode.com
首页 > Web开发 > 详细

HTML5——语音输入

时间:2016-12-07 20:44:47      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:事件   tsp   lang   arc   color   uil   class   strong   方式   

一、使用方式:

1 <input type="text" x-webkit-speech />

 

 

二、属性

1.lang属性:语言种类

1 <input type="text" x-webkit-speech lang="zh-CN"/>

 

2.x-webkit-grammar属性:语法

1 <input type="text" x-webkit-speech x-webkit-grammar="bUIltin:search" />

 

 

三、事件

onwebkitspeechchange事件:当语音识别成功,文本写入到文本框之后触发

1 <input type="text" x-webkit-speech onwebkitspeechchange="alert(‘OK‘)"/>

 

HTML5——语音输入

标签:事件   tsp   lang   arc   color   uil   class   strong   方式   

原文地址:http://www.cnblogs.com/softwarefang/p/6142405.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!