X-webkit-speech Speech input Function __web

Source: Internet
Author: User

Today inadvertently looking at the cat review element found that the HTML Speech Input API aims to provide Web developers with features that are typically not available W Hen using standard speech recognition software to replace keyboard input in a Web browser

This is excerpted from http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb/att-0020/ Api-draft.html, from which we can know that this is a feature that enables speech recognition to replace keyboard input.

Its implementation is relatively simple, only in the input tag after adding X-webkit-speech, for <input type= "text" X-WEBKIT-SPEECH/>

If you need to change the event according to Audible voice, you can use Onspeechchange to trigger the event.

<script type= "Text/javascript" >
      function Startsearch (event) {
        event.target.form.submit ();
      }
    </script>

    <form action= "Http://www.google.com/search" >
    <input type= "search" name= "Q" speech Required onspeechchange= "Startsearch" >
    </form>
Just that URL to the content of the resolution more detailed, if necessary, you can copy the link to see.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.