5

I want to create a commercial web application based on speech recognition. I have found the Web Speech API (https://w3c.github.io/speech-api/) currently only supported by Chrome.

Can I use this API for free for my commercial application? Is there a limit on the number of uses per day, or a free quota that I must not exceed?

Chris H.
  • 2,544
  • 19
  • 32

1 Answers1

0

From https://lists.w3.org/Archives/Public/public-speech-api/2013Jul/0001.html

To clarify, commercial apps that use the Web Speech API https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html can be used on browsers that support it, such as Chrome (for complete details, see the Terms of Service in the About menu).

References:

More information can be searched here:

Alessia
  • 899
  • 10
  • 16