| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 "response": { | 180 "response": { |
| 181 "$ref": "AnalyzeEntitiesResponse" | 181 "$ref": "AnalyzeEntitiesResponse" |
| 182 }, | 182 }, |
| 183 "scopes": [ | 183 "scopes": [ |
| 184 "https://www.googleapis.com/auth/cloud-platform" | 184 "https://www.googleapis.com/auth/cloud-platform" |
| 185 ] | 185 ] |
| 186 } | 186 } |
| 187 } | 187 } |
| 188 } | 188 } |
| 189 }, | 189 }, |
| 190 "revision": "20161205", | 190 "revision": "20170103", |
| 191 "rootUrl": "https://language.googleapis.com/", | 191 "rootUrl": "https://language.googleapis.com/", |
| 192 "schemas": { | 192 "schemas": { |
| 193 "Document": { | 193 "Document": { |
| 194 "description": "####################################################
############ #\n\nRepresents the input to API methods.", | 194 "description": "####################################################
############ #\n\nRepresents the input to API methods.", |
| 195 "id": "Document", | 195 "id": "Document", |
| 196 "properties": { | 196 "properties": { |
| 197 "language": { | 197 "language": { |
| 198 "description": "The language of the document (if not specifi
ed, the language is\nautomatically detected). Both ISO and BCP-47 language codes
are\naccepted.<br>\n**Current Language Restrictions:**\n\n * Only English, Span
ish, and Japanese textual content are supported.\nIf the language (either specif
ied by the caller or automatically detected)\nis not supported by the called API
method, an `INVALID_ARGUMENT` error\nis returned.", | 198 "description": "The language of the document (if not specifi
ed, the language is\nautomatically detected). Both ISO and BCP-47 language codes
are\naccepted.<br>\n**Current Language Restrictions:**\n\n * Only English, Span
ish, and Japanese textual content are supported.\nIf the language (either specif
ied by the caller or automatically detected)\nis not supported by the called API
method, an `INVALID_ARGUMENT` error\nis returned.", |
| 199 "type": "string" | 199 "type": "string" |
| 200 }, | 200 }, |
| (...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1076 "type": "string" | 1076 "type": "string" |
| 1077 } | 1077 } |
| 1078 }, | 1078 }, |
| 1079 "type": "object" | 1079 "type": "object" |
| 1080 } | 1080 } |
| 1081 }, | 1081 }, |
| 1082 "servicePath": "", | 1082 "servicePath": "", |
| 1083 "title": "Google Cloud Natural Language API", | 1083 "title": "Google Cloud Natural Language API", |
| 1084 "version": "v1beta1" | 1084 "version": "v1beta1" |
| 1085 } | 1085 } |
| OLD | NEW |