SpeechRecognition is not found
There are other SpeechRecognition interfaces, but the main one isn't available.
2 Replies
I'll make an issue for this
I wasn't able to find the answer to your question in the official Deno documentation. However, based on your message, it seems like you're trying to use the
SpeechRecognition
interface, which is part of the Web Speech API.
As of my last update, Deno does not natively support the Web Speech API, including the SpeechRecognition
interface, as this is typically a browser-specific API. If you're trying to use SpeechRecognition
in Deno, that would explain why it's not found.
Please note that this advice is not based on the Deno documentation, and I would advise you to double-check the accuracy of this advice. If you need this functionality in Deno, you might have to look for a third-party library or consider other ways to implement speech recognition features.