Skip to content

Commit 034d7ca

Browse files
authored
Update documentation for CustomVision Prediction 3.1 (Azure#28771)
* Update documentation for CustomVision Prediction 3.1
1 parent 41751f4 commit 034d7ca

File tree

1 file changed

+16
-40
lines changed
  • specification/cognitiveservices/data-plane/CustomVision/Prediction/stable/v3.1

1 file changed

+16
-40
lines changed

specification/cognitiveservices/data-plane/CustomVision/Prediction/stable/v3.1/Prediction.json

Lines changed: 16 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@
1212
"paths": {
1313
"/{projectId}/classify/iterations/{publishedName}/image": {
1414
"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",
2017
"consumes": [
2118
"multipart/form-data",
2219
"application/octet-stream"
@@ -82,11 +79,8 @@
8279
},
8380
"/{projectId}/classify/iterations/{publishedName}/image/nostore": {
8481
"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",
9084
"consumes": [
9185
"multipart/form-data",
9286
"application/octet-stream"
@@ -152,11 +146,8 @@
152146
},
153147
"/{projectId}/classify/iterations/{publishedName}/url": {
154148
"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",
160151
"consumes": [
161152
"application/json",
162153
"application/xml",
@@ -226,11 +217,8 @@
226217
},
227218
"/{projectId}/classify/iterations/{publishedName}/url/nostore": {
228219
"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",
234222
"consumes": [
235223
"application/json",
236224
"application/xml",
@@ -300,11 +288,8 @@
300288
},
301289
"/{projectId}/detect/iterations/{publishedName}/image": {
302290
"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",
308293
"consumes": [
309294
"multipart/form-data",
310295
"application/octet-stream"
@@ -370,11 +355,8 @@
370355
},
371356
"/{projectId}/detect/iterations/{publishedName}/image/nostore": {
372357
"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",
378360
"consumes": [
379361
"multipart/form-data",
380362
"application/octet-stream"
@@ -440,11 +422,8 @@
440422
},
441423
"/{projectId}/detect/iterations/{publishedName}/url": {
442424
"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",
448427
"consumes": [
449428
"application/json",
450429
"application/xml",
@@ -514,11 +493,8 @@
514493
},
515494
"/{projectId}/detect/iterations/{publishedName}/url/nostore": {
516495
"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",
522498
"consumes": [
523499
"application/json",
524500
"application/xml",

0 commit comments

Comments
 (0)