---
title: Polygon
type: tags
order: 417
meta_title: Polygon Tag for Adding Polygons to Images
The Polygon tag is used to add polygons to an image without selecting a label. This can be useful when you have only one label to assign to the polygon. Use for image segmentation tasks.
Use with the following data types: image.
{% insertmd includes/tags/polygon.md %}
Basic labeling configuration for polygonal image segmentation
<View>
<Polygon name="rect-1" toName="img-1" />
<Image name="img-1" value="$img" />
</View>