OLD | NEW |
1 { | 1 { |
2 "basePath": "/language/translate/", | 2 "basePath": "/language/translate/", |
3 "baseUrl": "https://www.googleapis.com/language/translate/", | 3 "baseUrl": "https://www.googleapis.com/language/translate/", |
4 "batchPath": "batch", | 4 "batchPath": "batch", |
5 "description": "Lets you translate text from one language to another", | 5 "description": "Lets you translate text from one language to another", |
6 "discoveryVersion": "v1", | 6 "discoveryVersion": "v1", |
7 "documentationLink": "https://developers.google.com/translate/v2/using_rest"
, | 7 "documentationLink": "https://developers.google.com/translate/v2/using_rest"
, |
8 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/x8y0eeapVY09xfAj-RIWaraLUFU\"", | 8 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/1Db23Cwr9s4MHtGjE0y-QSzRBMg\"", |
9 "features": [ | 9 "features": [ |
10 "dataWrapper" | 10 "dataWrapper" |
11 ], | 11 ], |
12 "icons": { | 12 "icons": { |
13 "x16": "http://www.google.com/images/icons/product/translate-16.png", | 13 "x16": "https://www.google.com/images/icons/product/translate-16.png", |
14 "x32": "http://www.google.com/images/icons/product/translate-32.png" | 14 "x32": "https://www.google.com/images/icons/product/translate-32.png" |
15 }, | 15 }, |
16 "id": "translate:v2", | 16 "id": "translate:v2", |
17 "kind": "discovery#restDescription", | 17 "kind": "discovery#restDescription", |
18 "name": "translate", | 18 "name": "translate", |
19 "ownerDomain": "google.com", | 19 "ownerDomain": "google.com", |
20 "ownerName": "Google", | 20 "ownerName": "Google", |
21 "parameters": { | 21 "parameters": { |
22 "alt": { | 22 "alt": { |
23 "default": "json", | 23 "default": "json", |
24 "description": "Data format for the response.", | 24 "description": "Data format for the response.", |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 } | 160 } |
161 }, | 161 }, |
162 "path": "v2", | 162 "path": "v2", |
163 "response": { | 163 "response": { |
164 "$ref": "TranslationsListResponse" | 164 "$ref": "TranslationsListResponse" |
165 } | 165 } |
166 } | 166 } |
167 } | 167 } |
168 } | 168 } |
169 }, | 169 }, |
170 "revision": "20140417", | 170 "revision": "20141123", |
171 "rootUrl": "https://www.googleapis.com/", | 171 "rootUrl": "https://www.googleapis.com/", |
172 "schemas": { | 172 "schemas": { |
173 "DetectionsListResponse": { | 173 "DetectionsListResponse": { |
174 "id": "DetectionsListResponse", | 174 "id": "DetectionsListResponse", |
175 "properties": { | 175 "properties": { |
176 "detections": { | 176 "detections": { |
177 "description": "A detections contains detection results of s
everal text", | 177 "description": "A detections contains detection results of s
everal text", |
178 "items": { | 178 "items": { |
179 "$ref": "DetectionsResource" | 179 "$ref": "DetectionsResource" |
180 }, | 180 }, |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 "type": "string" | 258 "type": "string" |
259 } | 259 } |
260 }, | 260 }, |
261 "type": "object" | 261 "type": "object" |
262 } | 262 } |
263 }, | 263 }, |
264 "servicePath": "language/translate/", | 264 "servicePath": "language/translate/", |
265 "title": "Translate API", | 265 "title": "Translate API", |
266 "version": "v2" | 266 "version": "v2" |
267 } | 267 } |
OLD | NEW |