Skip to content

Commit 3c682d0

Browse files
authored
Update data-formats.md
1 parent c953ca7 commit 3c682d0

File tree

1 file changed

+4
-4
lines changed
  • articles/cognitive-services/language-service/custom-classification/concepts

1 file changed

+4
-4
lines changed

articles/cognitive-services/language-service/custom-classification/concepts/data-formats.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ Your tags file should be in the `json` format below.
6161
### Data description
6262

6363
* `classifiers`: An array of classifiers for your data. Each classifier represents one of the classes you want to tag your data with.
64-
* `documents`: An array of tagged documents. For example:
65-
* `location`: The path of the JSON file containing tags. The tags file has to be in root of the storage container.
66-
* `language`: Language of the document. Use one of the [supported culture locales](../language-support.md).
67-
* `classifiers`: Array of classifier objects assigned to the document. If you're working on a single classification project, there should be one classifier per file only.
64+
* `documents`: An array of tagged documents.
65+
* `location`: The path of the file. The file has to be in root of the storage container.
66+
* `language`: Language of the file. Use one of the [supported culture locales](../language-support.md).
67+
* `classifiers`: Array of classifier objects assigned to the file. If you're working on a single classification project, there should be one classifier per file only.
6868

6969
## Next steps
7070

0 commit comments

Comments
 (0)