Open MrMechis opened 7 years ago
Yes, is that defined somewhere as package other than in the sample?
You need to write your own *.proto
files or copy those that are included here when trying to run this app's code externally. Please notice this project is intended as a full sample, and it is using this plugin
Yes, I understand this basic point, its not really my question. I had no problem copying it and making it work. But if I can't recreate or know where they come from its difficult if they upgrade for instance "speech/v1". It would be helpful to know where this came from since the package is "package google.cloud.speech.v1;" Does that make sense? Is there a "proto" sample package? Thanks!
The speech api comes from here
https://godoc.org/google.golang.org/genproto/googleapis/cloud/speech
Excellent! Adding your link and this, I found what I was looking for... https://github.com/googleapis/googleapis https://github.com/googleapis/googleapis/tree/master/google/cloud/speech/v1 Thank you very much....
Hi!,
Built the example no problem.
Tried to remake it, in my own App, but needed "proto/Google" directory.
Where did this come from?
Thanks!
MrMechis