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": "20160822", | 138 "revision": "20161031", |
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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
589 "Chin gnathion.", | 589 "Chin gnathion.", |
590 "Chin left gonion.", | 590 "Chin left gonion.", |
591 "Chin right gonion." | 591 "Chin right gonion." |
592 ], | 592 ], |
593 "type": "string" | 593 "type": "string" |
594 } | 594 } |
595 }, | 595 }, |
596 "type": "object" | 596 "type": "object" |
597 }, | 597 }, |
598 "ImageContext": { | 598 "ImageContext": { |
599 "description": "Image context.", | 599 "description": "Image context and/or feature-specific parameters.", |
600 "id": "ImageContext", | 600 "id": "ImageContext", |
601 "properties": { | 601 "properties": { |
602 "latLongRect": { | 602 "latLongRect": { |
603 "$ref": "LatLongRect", | 603 "$ref": "LatLongRect", |
604 "description": "Lat/long rectangle that specifies the locati
on of the image." | 604 "description": "Lat/long rectangle that specifies the locati
on of the image." |
605 }, | 605 }, |
606 "languageHints": { | 606 "languageHints": { |
607 "description": "List of languages to use for TEXT_DETECTION.
In most cases, an empty value\nyields the best results since it enables automat
ic language detection. For\nlanguages based on the Latin alphabet, setting `lang
uage_hints` is not\nneeded. In rare cases, when the language of the text in the
image is known,\nsetting a hint will help get better results (although it will b
e a\nsignificant hindrance if the hint is wrong). Text detection returns an\nerr
or if one or more of the specified languages is not one of the\n[supported\nlang
uages](/translate/v2/translate-reference#supported_languages).", | 607 "description": "List of languages to use for TEXT_DETECTION.
In most cases, an empty value\nyields the best results since it enables automat
ic language detection. For\nlanguages based on the Latin alphabet, setting `lang
uage_hints` is not\nneeded. In rare cases, when the language of the text in the
image is known,\nsetting a hint will help get better results (although it will b
e a\nsignificant hindrance if the hint is wrong). Text detection returns an\nerr
or if one or more of the specified languages is not one of the\n[supported\nlang
uages](/translate/v2/translate-reference#supported_languages).", |
608 "items": { | 608 "items": { |
609 "type": "string" | 609 "type": "string" |
(...skipping 337 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 |