Is it possible to use the library of words which what the Google SpeechToText API for android uses as well without actually using the API? To make it more understandable:
- I have an app where I can record a speech and save it into my device storage through the use of my app's record feature.
- I then decided to convert that recorded speech by using the convert-speech feature.
- My recorded speech is going to be sent to Google's server, and the converted speech will be sent back to my app.
Is that possible?