You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the google cloud (GCP) api with this code. I have got the API key which allows me access to my paid GCP account. What line of code should I put instead of result = recognizer.recognize_google(audio_data, language=args.lang)
I have tried looking at the uberi code but the following line does not seem to work:
Hey Randaller,
I'm trying to use the google cloud (GCP) api with this code. I have got the API key which allows me access to my paid GCP account. What line of code should I put instead of
result = recognizer.recognize_google(audio_data, language=args.lang)
I have tried looking at the uberi code but the following line does not seem to work:
r.recognize_google_cloud(audio, credentials_json=GOOGLE_CLOUD_SPEECH_CREDENTIALS)
Any thoughts on how to use google cloud?
Thanks
The text was updated successfully, but these errors were encountered: