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: docs/source/guide/labeling.md
+69
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,75 @@ To label tasks multiple times while the minimum annotations required is set to o
131
131
4. Click **Submit** to save your annotation.
132
132
5. Click the next task in the data manager to open the quick labeling view for that task and repeat steps 2-4.
133
133
134
+
<divclass="enterprise-only">
135
+
136
+
## Bulk labeling
137
+
138
+
Bulk labeling is useful when you have a large set of tasks that share a common label or annotation that you want to apply in one go. For example:
139
+
140
+
***Data classification**: Quickly label multiple tasks with the same category.
141
+
***Filtering and grouping**: Use filters to isolate tasks matching specific criteria (e.g., tasks you know are all “Approved”), then label them in bulk.
142
+
***Speed and consistency**: Avoid repetitive labeling for items that can confidently share a label.
143
+
144
+
#### Supported data types
145
+
146
+
Bulk labeling supports all data types (e.g. images, text, audio, video).
147
+
148
+
#### Supported labeling tasks
149
+
150
+
Bulk labeling supports classification tasks and text area input.
151
+
152
+
You can use any combination of supported control tags, and all object tags (e.g. `<Image>`, `<Text>`, `<Video`) are supported.
153
+
154
+
The following control tags can be assigned through the bulk labeling action:
155
+
156
+
*[Choices](/tags/choices.html)
157
+
*[DateTime](/tags/datetime.html)
158
+
*[Number](/tags/number.html)
159
+
*[Rating](/tags/rating.html)
160
+
*[Taxonomy](/tags/taxonomy.html)
161
+
*[TextArea](/tags/textarea.html)
162
+
163
+
If your labeling configuration includes control tags not listed above, the **Bulk labeling** action is not accessible.
164
+
165
+
166
+
!!! note Limitations
167
+
Note the following:
168
+
* At this time, only global classification tasks are supported. This means that the control tag cannot have `perItem` or `perRegion` enabled.
169
+
* Lead time is not calculated for annotations performed through the bulk labeling option.
170
+
171
+
#### Bulk labeling panel
172
+
173
+
When you perform bulk labeling, your options open in a side panel. Note that you can expand or collapse this panel as necessary by clicking the expand/collapse icons or by pressing `shift` + `.`.
174
+
175
+

176
+
177
+
### List view
178
+
179
+
You can perform bulk labeling from the list view in the Data Manager. This is especially useful if you want to use filters to label a subset of results.
180
+
181
+
Select the checkboxes next to the tasks you want to annotate and then click the drop-down menu next to **Label *n* Tasks**. Select **Bulk label**. This opens a panel with your labeling options (see [above](#Bulk-labeling-panel)).
182
+
183
+

184
+
185
+
Make your selections and click **Submit**,
186
+
187
+
### Grid view
188
+
189
+
You can use the grid view to visually inspect and then select tasks for bulk annotation.
190
+
191
+
To select tasks from the grid view, you can click the checkboxes next to them or open each and select tasks as you navigate through them.
192
+
193
+

194
+
195
+
Once selected, click the drop-down menu next to **Label *n* Tasks**. Select **Bulk label**. This opens a panel with your labeling options (see [above](#Bulk-labeling-panel)).
196
+
197
+
!!! info Tip
198
+
There are hotkeys for selecting the task, scrolling, zooming, and navigating between tasks. To see a list of the available hotkeys, click the help icon above the task:
199
+
200
+

201
+
202
+
</div>
134
203
135
204
## Perform ML-assisted labeling with interactive preannotations
0 commit comments