---
title: VideoRectangle
type: tags
order: 436
meta_title: Video Tag for Video Labeling
VideoRectangle tag brings Object Tracking capabilities to videos. It works in combination with the <Video/> and the <Labels/> tags.
Use with the following data types: video
{% insertmd includes/tags/videorectangle.md %}
Video Object Tracking
<View>
<Header>Label the video:</Header>
<Video name="video" value="$video" />
<VideoRectangle name="box" toName="video" />
<Labels name="videoLabels" toName="video">
<Label value="Cell" background="#944BFF"/>
<Label value="Bacteria" background="#98C84E"/>
</Labels>
</View>