I am trying to make an android game (using unity game engine) and I want this game to have a speech recognition feature. I want to make speech recognition using android application which uses google API, but I want to send the result of recognition to another app which is the unity game.
How can I do it ? Is it valid ? P.S.: I know that google provides a plugin for unity but I do not want to use it.