tags
- Introduction
Object Tags
- Audio
- AudioPlus
- HyperText
- Image
- Paragraphs
- 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
- Table
- View
Shortcut
Use the Shortcut tag to define a shortcut that annotators can use to add a predefined object, such as a specific label value, with a hotkey or keyboard shortcut.
Use with the following data types: audio, image, HTML, paragraphs, text, time series, video
Parameters
Param | Type | Description |
---|---|---|
value | string |
The value of the shortcut |
[alias] | string |
Shortcut alias |
[hotkey] | string |
Hotkey |
Example
<!--Basic labeling configuration to add a shortcut that places the text SILENCE in a given Text Area while doing transcription -->
<View>
<TextArea name="txt-1">
<Shortcut alias="Silence" value="SILENCE" hotkey="ctrl+1" />
</TextArea>
</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!