What AI algorithm is used for speech recognition

Hi, I'm a new user for app inventor and i would like to know what AI algorithm App inventor uses for speech recognition.
Thanks!

Hi Leanardo.

The SpeechRecognizer component does not generate text from speech by itself. It uses the default Android RecognizerIntent class to generate text from speech.

The source code for this component is available in GitHub.

Hope this helps.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.