all: autogenerated update (2018-04-02)
Update:
- vision/v1
diff --git a/vision/v1/vision-api.json b/vision/v1/vision-api.json
index 1edface..70b59f5 100644
--- a/vision/v1/vision-api.json
+++ b/vision/v1/vision-api.json
@@ -303,7 +303,7 @@
}
}
},
- "revision": "20180320",
+ "revision": "20180327",
"rootUrl": "https://vision.googleapis.com/",
"schemas": {
"AnnotateImageRequest": {
@@ -946,13 +946,6 @@
"outputConfig": {
"$ref": "GoogleCloudVisionV1p2beta1OutputConfig",
"description": "The output location and metadata from AsyncAnnotateFileRequest."
- },
- "outputs": {
- "description": "The full list of output files in GCS.",
- "items": {
- "$ref": "GoogleCloudVisionV1p2beta1GcsDestination"
- },
- "type": "array"
}
},
"type": "object"
@@ -1066,7 +1059,7 @@
},
"latLongRect": {
"$ref": "LatLongRect",
- "description": "lat/long rectangle that specifies the location of the image."
+ "description": "Not used."
},
"webDetectionParams": {
"$ref": "WebDetectionParams",
diff --git a/vision/v1/vision-gen.go b/vision/v1/vision-gen.go
index 1a22e24..45041b4 100644
--- a/vision/v1/vision-gen.go
+++ b/vision/v1/vision-gen.go
@@ -1316,9 +1316,6 @@
// AsyncAnnotateFileRequest.
OutputConfig *GoogleCloudVisionV1p2beta1OutputConfig `json:"outputConfig,omitempty"`
- // Outputs: The full list of output files in GCS.
- Outputs []*GoogleCloudVisionV1p2beta1GcsDestination `json:"outputs,omitempty"`
-
// ForceSendFields is a list of field names (e.g. "OutputConfig") to
// unconditionally include in API requests. By default, fields with
// empty values are omitted from API requests. However, any non-pointer,
@@ -1571,8 +1568,7 @@
// [supported languages](/vision/docs/languages).
LanguageHints []string `json:"languageHints,omitempty"`
- // LatLongRect: lat/long rectangle that specifies the location of the
- // image.
+ // LatLongRect: Not used.
LatLongRect *LatLongRect `json:"latLongRect,omitempty"`
// WebDetectionParams: Parameters for web detection.