I have an Android app which uses the offline Google Speech To Text engine. I want it to recognize addresses, but it tries to convert them to common words. I need some boost for a list of addresses. It's not a duplicate of Train google speech to text because I need it to work offline. It would be optimal if I add a map with phrases and a boost value in a class directly in the app.
Is that possible?