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
{{ message }}
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
docs: LSDV-4754: Update Audio documentation to point to v3 (#1242)
* docs: LSDV-4574: Update Audio documentation to point to v3
* this apparently shouldn't be committed
* Update Paragraphs.js
* Add some comment about return type
JSDoc can't parse tuple type, so let it be just `Array` with comment
* Escape tags in Labels and Choices docs
* "publicly" spelling
---------
Co-authored-by: hlomzik <hlomzik@gmail.com>
Copy file name to clipboardExpand all lines: src/tags/control/Choices.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ const { Option } = Select;
27
27
/**
28
28
* The `Choices` tag is used to create a group of choices, with radio buttons or checkboxes. It can be used for single or multi-class classification. Also, it is used for advanced classification tasks where annotators can choose one or multiple answers.
29
29
*
30
-
* Choices can have dynamic value to load labels from task. This task data should contain a list of options to create underlying <Choice>s. All the parameters from options will be transferred to corresponding tags.
30
+
* Choices can have dynamic value to load labels from task. This task data should contain a list of options to create underlying `<Choice>`s. All the parameters from options will be transferred to corresponding tags.
31
31
*
32
32
* The `Choices` tag can be used with any data types.
Copy file name to clipboardExpand all lines: src/tags/control/Labels/Labels.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ import './Labels.styl';
22
22
/**
23
23
* The `Labels` tag provides a set of labels for labeling regions in tasks for machine learning and data science projects. Use the `Labels` tag to create a set of labels that can be assigned to identified region and specify the values of labels to assign to regions.
24
24
*
25
-
* All types of Labels can have dynamic value to load labels from task. This task data should contain a list of options to create underlying <Label>s. All the parameters from options will be transferred to corresponding tags.
25
+
* All types of Labels can have dynamic value to load labels from task. This task data should contain a list of options to create underlying `<Label>`s. All the parameters from options will be transferred to corresponding tags.
26
26
*
27
27
* The Labels tag can be used with audio and text data types. Other data types have type-specific Labels tags.
0 commit comments