Properly setup Vision for Go (#73)
This commit is contained in:
parent
978bd055ba
commit
0c208a86fc
|
|
@ -27,6 +27,7 @@ option java_multiple_files = true;
|
|||
option java_outer_classname = "ImageAnnotatorProto";
|
||||
option java_package = "com.google.cloud.vision.v1";
|
||||
|
||||
option go_package = "google.golang.org/genproto/googleapis/cloud/vision/v1";
|
||||
|
||||
// Service that performs Google Cloud Vision API detection tasks, such as face,
|
||||
// landmark, logo, label, and text detection, over client images, and returns
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ language_settings:
|
|||
python:
|
||||
package_name: google.cloud.vision.v1
|
||||
go:
|
||||
package_name: google.golang.org/google/cloud/vision/v1
|
||||
package_name: cloud.google.com/go/vision/apiv1
|
||||
csharp:
|
||||
package_name: Google.Cloud.Vision.V1
|
||||
ruby:
|
||||
|
|
|
|||
Loading…
Reference in New Issue