tags
- Introduction
Object Tags
- Audio
- AudioPlus
- HyperText
- Image
- Paragraphs
- Table
- Text
- TimeSeries
- Video
Control Tags
- BrushLabels
- Choice
- Choices
- Ellipse
- EllipseLabels
- HyperTextLabels
- KeyPoint
- KeyPointLabels
- Label
- Labels
- List
- Number
- Pairwise
- ParagraphLabels
- Polygon
- PolygonLabels
- Ranker
- Rating
- Rectangle
- RectangleLabels
- Relation
- Relations
- Shortcut
- Taxonomy
- TextArea
- TimeSeriesLabels
Visual & Experience Tags
- Filter
- Header
- Style
- View
Number
The Number tag supports numeric classification. Use to classify tasks using numbers.
Use with the following data types: audio, image, HTML, paragraphs, text, time series, video
Parameters
Param | Type | Default | Description |
---|---|---|---|
name | string |
Name of the element | |
toName | string |
Name of the element that you want to label | |
[min] | number |
Minimum number value | |
[max] | number |
Maximum number value | |
[step] | number |
1 |
Step for value increment/decrement |
[defaultValue] | number |
Default number value; will be added automaticaly to result for required fields | |
[hotkey] | string |
Hotkey for increasing number value | |
[required] | boolean |
false |
Whether to require number validation |
[requiredMessage] | string |
Message to show if validation fails | |
[perRegion] | boolean |
Use this tag to classify specific regions instead of the whole object | |
[slider] | boolean |
false |
Use slider look instead of input; use min and max to add your constraints |
Example
<!--Basic labeling configuration for numeric classification of text -->
<View>
<Text name="txt" value="$text" />
<Number name="number" toName="txt" max="10" />
</View>
Couldn't find what you were looking for? Please let us know on
Slack
If you found an error, you can file an issue on GitHub!

If you found an error, you can file an issue on GitHub!