-
Guide
Tags
API
What's new
tags
- Introduction
Objects
- Audio
- AudioPlus
- HyperText
- Image
- Paragraphs
- Text
- TimeSeries
Controls
- BrushLabels
- Choice
- Choices
- Ellipse
- EllipseLabels
- HyperTextLabels
- KeyPoint
- KeyPointLabels
- Label
- Labels
- List
- Pairwise
- ParagraphLabels
- Polygon
- PolygonLabels
- Ranker
- Rating
- Rectangle
- RectangleLabels
- Relation
- Relations
- Shortcut
- TextArea
- Taxonomy
- TimeSeriesLabels
- Filter
Visual
- Header
- Style
- Table
- View
BrushLabels
BrushLabels tag creates segmented labeling
Parameters
Param | Type | Description |
---|---|---|
name | string |
name of the element |
toName | string |
name of the image to label |
Example
<View>
<BrushLabels name="labels" toName="image">
<Label value="Person" />
<Label value="Animal" />
</BrushLabels>
<Image name="image" value="$image" />
</View>