Orgad Shaneh
Orgad Shaneh
Here it succeeded on 3rd attempt: https://github.com/orgads/isolated-vm/actions/runs/5568141014/jobs/10170554848
@prati0100 Thanks. I'll open a PR there.
@dizcology Thank you very much! I'll test it next week. Closing this issue.
@dizcology I tried the `streamingRecognize` sample, and couldn't get it to work. The documentation is also unclear. What is `SpeechClient` and what is `Recognizer`? What's the relation between them? What...
Ok, we did it! If someone gets here, this is a complete example that works for me: ```js import { v2, protos } from '@google-cloud/speech'; var speech = protos.google.cloud.speech.v2; import...
Actually this shouldn't have been closed. The API should either be drop-in, or at the very least this should be documented.
Other objects like `ConversationClient` and more have the same issue.