- Introduction
Object Tags
- Audio
- AudioPlus
- HyperText
- Image
- Paragraphs
- Text
- TimeSeries
Control Tags
- BrushLabels
- Choice
- Choices
- Ellipse
- EllipseLabels
- HyperTextLabels
- KeyPoint
- KeyPointLabels
- Label
- Labels
- List
- Pairwise
- ParagraphLabels
- Polygon
- PolygonLabels
- Ranker
- Rating
- Rectangle
- RectangleLabels
- Relation
- Relations
- Shortcut
- Taxonomy
- TextArea
- TimeSeriesLabels
- Filter
Visual & Experience Tags
- Header
- Style
- Table
- View
BrushLabels
BrushLabels tag creates segmented labeling
Parameters
Param | Type | Default | Description |
---|---|---|---|
name | string |
name of the element | |
toName | string |
name of the image to label | |
[choice] | single | multiple |
single |
configure if you can select just one or multiple labels |
[maxUsages] | number |
maximum available usages | |
[showInline] | boolean |
true |
show items in the same visual line |
Example
<View>
<BrushLabels name="labels" toName="image">
<Label value="Person" />
<Label value="Animal" />
</BrushLabels>
<Image name="image" value="$image" />
</View>