|
12 | 12 | "paths": { |
13 | 13 | "/{projectId}/classify/iterations/{publishedName}/image": { |
14 | 14 | "post": { |
15 | | - "tags": [ |
16 | | - "ImagePredictionApi" |
17 | | - ], |
18 | | - "summary": "Classify an image and saves the result.", |
19 | | - "operationId": "ClassifyImage", |
| 15 | + "description": "Classify an image and saves the result.", |
| 16 | + "operationId": "ImageClassifier_ClassifyImage", |
20 | 17 | "consumes": [ |
21 | 18 | "multipart/form-data", |
22 | 19 | "application/octet-stream" |
|
82 | 79 | }, |
83 | 80 | "/{projectId}/classify/iterations/{publishedName}/image/nostore": { |
84 | 81 | "post": { |
85 | | - "tags": [ |
86 | | - "ImagePredictionApi" |
87 | | - ], |
88 | | - "summary": "Classify an image without saving the result.", |
89 | | - "operationId": "ClassifyImageWithNoStore", |
| 82 | + "description": "Classify an image without saving the result.", |
| 83 | + "operationId": "ImageClassifier_ClassifyImageWithoutSaving", |
90 | 84 | "consumes": [ |
91 | 85 | "multipart/form-data", |
92 | 86 | "application/octet-stream" |
|
152 | 146 | }, |
153 | 147 | "/{projectId}/classify/iterations/{publishedName}/url": { |
154 | 148 | "post": { |
155 | | - "tags": [ |
156 | | - "ImagePredictionApi" |
157 | | - ], |
158 | | - "summary": "Classify an image url and saves the result.", |
159 | | - "operationId": "ClassifyImageUrl", |
| 149 | + "description": "Classify an image url and saves the result.", |
| 150 | + "operationId": "ImageClassifier_ClassifyImageUrl", |
160 | 151 | "consumes": [ |
161 | 152 | "application/json", |
162 | 153 | "application/xml", |
|
226 | 217 | }, |
227 | 218 | "/{projectId}/classify/iterations/{publishedName}/url/nostore": { |
228 | 219 | "post": { |
229 | | - "tags": [ |
230 | | - "ImagePredictionApi" |
231 | | - ], |
232 | | - "summary": "Classify an image url without saving the result.", |
233 | | - "operationId": "ClassifyImageUrlWithNoStore", |
| 220 | + "description": "Classify an image url without saving the result.", |
| 221 | + "operationId": "ImageClassifier_ClassifyImageUrlWithoutSaving", |
234 | 222 | "consumes": [ |
235 | 223 | "application/json", |
236 | 224 | "application/xml", |
|
300 | 288 | }, |
301 | 289 | "/{projectId}/detect/iterations/{publishedName}/image": { |
302 | 290 | "post": { |
303 | | - "tags": [ |
304 | | - "ImagePredictionApi" |
305 | | - ], |
306 | | - "summary": "Detect objects in an image and saves the result.", |
307 | | - "operationId": "DetectImage", |
| 291 | + "description": "Detect objects in an image and saves the result.", |
| 292 | + "operationId": "ObjectDetector_AnalyzeImage", |
308 | 293 | "consumes": [ |
309 | 294 | "multipart/form-data", |
310 | 295 | "application/octet-stream" |
|
370 | 355 | }, |
371 | 356 | "/{projectId}/detect/iterations/{publishedName}/image/nostore": { |
372 | 357 | "post": { |
373 | | - "tags": [ |
374 | | - "ImagePredictionApi" |
375 | | - ], |
376 | | - "summary": "Detect objects in an image without saving the result.", |
377 | | - "operationId": "DetectImageWithNoStore", |
| 358 | + "description": "Detect objects in an image without saving the result.", |
| 359 | + "operationId": "ObjectDetector_AnalyzeImageWithoutSaving", |
378 | 360 | "consumes": [ |
379 | 361 | "multipart/form-data", |
380 | 362 | "application/octet-stream" |
|
440 | 422 | }, |
441 | 423 | "/{projectId}/detect/iterations/{publishedName}/url": { |
442 | 424 | "post": { |
443 | | - "tags": [ |
444 | | - "ImagePredictionApi" |
445 | | - ], |
446 | | - "summary": "Detect objects in an image url and saves the result.", |
447 | | - "operationId": "DetectImageUrl", |
| 425 | + "description": "Detect objects in an image url and saves the result.", |
| 426 | + "operationId": "ObjectDetector_AnalyzeImageUrl", |
448 | 427 | "consumes": [ |
449 | 428 | "application/json", |
450 | 429 | "application/xml", |
|
514 | 493 | }, |
515 | 494 | "/{projectId}/detect/iterations/{publishedName}/url/nostore": { |
516 | 495 | "post": { |
517 | | - "tags": [ |
518 | | - "ImagePredictionApi" |
519 | | - ], |
520 | | - "summary": "Detect objects in an image url without saving the result.", |
521 | | - "operationId": "DetectImageUrlWithNoStore", |
| 496 | + "description": "Detect objects in an image url without saving the result.", |
| 497 | + "operationId": "ObjectDetector_AnalyzeImageUrlWithoutSaving", |
522 | 498 | "consumes": [ |
523 | 499 | "application/json", |
524 | 500 | "application/xml", |
|
0 commit comments