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/language-service/custom-classification/concepts/data-formats.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,10 @@ Your tags file should be in the `json` format below.
61
61
### Data description
62
62
63
63
*`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.
0 commit comments