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

Side by Side Diff: discovery/googleapis_beta/language__v1beta1.json

Issue 2281923002: Api-roll 41: 2016-08-26 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 3 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
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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/genomics__v1beta2.json ('k') | discovery/googleapis_beta/runtimeconfig__v1beta1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698