I am a newbie in Google Speech API and I want to use it. Below is what I have done till now. 1. I have installed google cloud speech in Windows
- I am running behind corporate proxy so I have added the proxy in environment variable HTTP_PROXY and GPRC_PROXY_EXP
- I am trying the example https://cloud.google.com/speech/docs/reference/libraries#client-libraries-usage-python.
- When I encounter response = client.recognize(config, audio), I get the following error -
- google.gax.errors.RetryError: RetryError(Retry total timeout exceeded with exception, caused by <_Rendezvous of RPC that terminated with (StatusCode.DEADLINE_EXCEEDED, Deadline Exceeded)>)
Please let me know if anything else is needed.
Thanks