Group annotations by attribute
The entity browser in the annotation view allows you to quickly step through annotations. By default, annotations are grouped by the first string or enumeration attribute type defined for a media, localization, or state type. For example, the Demo Boxes
localization type below has three attributes, Label
, Confidence
, and Notes
. The Label
field is automatically selected as the grouping attribute because it is the first string/enumeration attribute as specified by the order
of the attribute type.
Changing the grouping attribute
To change the grouping attribute, click the Grouping
dropdown and select Notes
. Confidence
is not an option because it is a numerical attribute.
Disable grouping
To disable grouping, click the Grouping
dropdown and select Off
. This will facilitate iteration through all annotations regardless of attribute values.