| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 "response": { | 163 "response": { |
| 164 "$ref": "AnalyzeEntitiesResponse" | 164 "$ref": "AnalyzeEntitiesResponse" |
| 165 }, | 165 }, |
| 166 "scopes": [ | 166 "scopes": [ |
| 167 "https://www.googleapis.com/auth/cloud-platform" | 167 "https://www.googleapis.com/auth/cloud-platform" |
| 168 ] | 168 ] |
| 169 } | 169 } |
| 170 } | 170 } |
| 171 } | 171 } |
| 172 }, | 172 }, |
| 173 "revision": "20160801", | 173 "revision": "20160816", |
| 174 "rootUrl": "https://language.googleapis.com/", | 174 "rootUrl": "https://language.googleapis.com/", |
| 175 "schemas": { | 175 "schemas": { |
| 176 "Document": { | 176 "Document": { |
| 177 "description": "####################################################
############ #\n\nRepresents the input to API methods.", | 177 "description": "####################################################
############ #\n\nRepresents the input to API methods.", |
| 178 "id": "Document", | 178 "id": "Document", |
| 179 "properties": { | 179 "properties": { |
| 180 "language": { | 180 "language": { |
| 181 "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\n are supported, with the following addition
al restriction:\n * `analyzeSentiment` only supports English text.\nIf the lan
guage (either specified by the caller or automatically detected)\nis not support
ed by the called API method, an `INVALID_ARGUMENT` error\nis returned.", | 181 "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\n are supported, with the following addition
al restriction:\n * `analyzeSentiment` only supports English text.\nIf the lan
guage (either specified by the caller or automatically detected)\nis not support
ed by the called API method, an `INVALID_ARGUMENT` error\nis returned.", |
| 182 "type": "string" | 182 "type": "string" |
| 183 }, | 183 }, |
| (...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 "type": "string" | 737 "type": "string" |
| 738 } | 738 } |
| 739 }, | 739 }, |
| 740 "type": "object" | 740 "type": "object" |
| 741 } | 741 } |
| 742 }, | 742 }, |
| 743 "servicePath": "", | 743 "servicePath": "", |
| 744 "title": "Google Cloud Natural Language API", | 744 "title": "Google Cloud Natural Language API", |
| 745 "version": "v1beta1" | 745 "version": "v1beta1" |
| 746 } | 746 } |
| OLD | NEW |