Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(458)

Side by Side Diff: discovery/googleapis/language__v1.json

Issue 2649893002: Api-roll 44: 2017-01-23 (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « discovery/googleapis/kgsearch__v1.json ('k') | discovery/googleapis/logging__v2.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 "type": "string" 1071 "type": "string"
1072 } 1072 }
1073 }, 1073 },
1074 "type": "object" 1074 "type": "object"
1075 } 1075 }
1076 }, 1076 },
1077 "servicePath": "", 1077 "servicePath": "",
1078 "title": "Google Cloud Natural Language API", 1078 "title": "Google Cloud Natural Language API",
1079 "version": "v1" 1079 "version": "v1"
1080 } 1080 }
OLDNEW
« no previous file with comments | « discovery/googleapis/kgsearch__v1.json ('k') | discovery/googleapis/logging__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698