| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/cloud-platform": { | 5 "https://www.googleapis.com/auth/cloud-platform": { |
| 6 "description": "View and manage your data across Google Clou
d Platform services" | 6 "description": "View and manage your data across Google Clou
d Platform services" |
| 7 } | 7 } |
| 8 } | 8 } |
| 9 } | 9 } |
| 10 }, | 10 }, |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 "response": { | 128 "response": { |
| 129 "$ref": "BatchAnnotateImagesResponse" | 129 "$ref": "BatchAnnotateImagesResponse" |
| 130 }, | 130 }, |
| 131 "scopes": [ | 131 "scopes": [ |
| 132 "https://www.googleapis.com/auth/cloud-platform" | 132 "https://www.googleapis.com/auth/cloud-platform" |
| 133 ] | 133 ] |
| 134 } | 134 } |
| 135 } | 135 } |
| 136 } | 136 } |
| 137 }, | 137 }, |
| 138 "revision": "20160726", | 138 "revision": "20160822", |
| 139 "rootUrl": "https://vision.googleapis.com/", | 139 "rootUrl": "https://vision.googleapis.com/", |
| 140 "schemas": { | 140 "schemas": { |
| 141 "ImageSource": { | 141 "ImageSource": { |
| 142 "description": "External image source (Google Cloud Storage image lo
cation).", | 142 "description": "External image source (Google Cloud Storage image lo
cation).", |
| 143 "id": "ImageSource", | 143 "id": "ImageSource", |
| 144 "properties": { | 144 "properties": { |
| 145 "gcsImageUri": { | 145 "gcsImageUri": { |
| 146 "description": "Google Cloud Storage image URI. It must be i
n the following form:\n`gs://bucket_name/object_name`. For more\ndetails, please
see: https://cloud.google.com/storage/docs/reference-uris.\nNOTE: Cloud Storage
object versioning is not supported!", | 146 "description": "Google Cloud Storage image URI. It must be i
n the following form:\n`gs://bucket_name/object_name`. For more\ndetails, please
see: https://cloud.google.com/storage/docs/reference-uris.\nNOTE: Cloud Storage
object versioning is not supported!", |
| 147 "type": "string" | 147 "type": "string" |
| 148 } | 148 } |
| (...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 947 "type": "number" | 947 "type": "number" |
| 948 } | 948 } |
| 949 }, | 949 }, |
| 950 "type": "object" | 950 "type": "object" |
| 951 } | 951 } |
| 952 }, | 952 }, |
| 953 "servicePath": "", | 953 "servicePath": "", |
| 954 "title": "Google Cloud Vision API", | 954 "title": "Google Cloud Vision API", |
| 955 "version": "v1" | 955 "version": "v1" |
| 956 } | 956 } |
| OLD | NEW |