Skip to content

Commit a197b92

Browse files
committed
fix annotationKind
1 parent 2f0a9d5 commit a197b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Computer-vision/how-to/model-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The `datasets/<dataset-name>` API lets you create a new dataset object that refe
151151
1. Replace `<endpoint>` with your Computer Vision endpoint.
152152
1. Replace `<dataset-name>` with a name for your dataset.
153153
1. Replace `<subscription-key>` with your Computer Vision key.
154-
1. In the request body, set `"annotationKind"` to either `"MultiClassClassification"` or `"ObjectDetection"`, depending on your project.
154+
1. In the request body, set `"annotationKind"` to either `"MultiClassClassification"` or `"imageObjectDetection"`, depending on your project.
155155
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.
156156

157157
```bash

0 commit comments

Comments
 (0)