I'm struggling to find out examples about real time continuous speech recognition with Google Cloud Speech API. My requirement is to use the Mic and detect the speech and transcribe them while the user is speaking.
I know their REST API do not have this support so I looked into grpc examples, including the examples they provided. But they all seems like examples where user can upload a audio and detect speech.
I'm on Java and Google grpc supports java as well. Anyone came across a good example which shows how to do this recognition continuously via Mic?