This is the Google Speech API docs: https://cloud.google.com/speech/docs/sync-recognize
I trried this API for 2 weeks, but still can\'t solve my main purpose (translate l
You need to use the StreamingRecognize API call. You can find an example of doing that in PHP here.