Skip to content
Showing 1-1 of 1 item.
@renovate
Admin 18/06/2021 06:40
Voice to Text Speech Recognition

The SpeechRecognizer class provides access to the speech recognition service. Its a google Api service that allows access to the speech recognizer. So to but it in simplier terms, this api allows you to talk to your devices and converts your speech into text. In order for this service to run its methods have to be invoked only from thr main application thread. Now lets create and app to demo how it works. Note: In this demo we will use our own interface and not that of the google's...

Kotlin android kotlin Android SpeechRecognition