You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/how-to/model-customization.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,13 +151,13 @@ The `datasets/<dataset-name>` API lets you create a new dataset object that refe
151
151
1. Replace `<endpoint>` with your Computer Vision endpoint.
152
152
1. Replace `<dataset-name>` with a name for your dataset.
153
153
1. Replace `<subscription-key>` with your Computer Vision key.
154
-
1. In the request body, set `"annotationKind"` to either `"MultiClassClassification"` or `"imageObjectDetection"`, depending on your project.
154
+
1. In the request body, set `"annotationKind"` to either `"imageClassification"` or `"imageObjectDetection"`, depending on your project.
155
155
1. In the request body, set the `"annotationFileUris"` array to an array of string(s) that show the URI location(s) of your COCO file(s) in blob storage.
0 commit comments