Speech Recognition and HTML5 Input Element Metadata

Web Speech API Community Group,

Enthusiasts of speech recognition and its intersection with Web technology might find interesting the following resource: https://www.w3.org/community/exercises-and-activities/wiki/User_Input_of_Mathematics#Speech_Recognition . The resource, primarily discussing mathematics input, broaches document markup solutions for providing recognition hints to increase the accuracy of both speech and handwriting recognition.

The following markup sketch showcases input element metadata for indicating speech recognition grammars.

<metadata id="hints2">
  <link rel="grammar" href="grammar-file.srgs" />
</metadata>

<input type="text" metadata="hints2" />


Best regards,
Adam Sobieski

Received on Monday, 27 August 2018 17:35:09 UTC