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
Video
Video tag plays a simple video file. Use for video annotation tasks such as classification and transcription.
Use with the following data types: video
Parameters
Param | Type | Default | Description |
---|---|---|---|
name | string |
Name of the element | |
value | string |
URL of the video | |
[frameRate] | number |
24 |
videp frame rate per second; default is 24 |
[sync] | string |
object name to sync with | |
[muted] | boolean |
false |
muted video |
[height] | number |
600 |
height of the video |
Example
<!--Labeling configuration to display a video on the labeling interface-->
<View>
<Video name="video" value="$video" />
</View>
Example
Video classification
<View>
<Video name="video" value="$video" />
<Choices name="ch" toName="video">
<Choice value="Positive" />
<Choice value="Negative" />
</Choices>
</View>
Example
Video transcription
<View>
<Video name="video" value="$video" />
<TextArea name="ta" toName="video" />
</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!