---
title: BrushLabels
type: tags
order: 401
meta_title: Brush Label Tag for Image Segmentation Labeling
The BrushLabels tag for image segmentation tasks is used in the area where you want to apply a mask or use a brush to draw a region on the image.
Use with the following data types: image.
{% insertmd includes/tags/brushlabels.md %}
Basic image segmentation labeling configuration
<View>
<BrushLabels name="labels" toName="image">
<Label value="Person" />
<Label value="Animal" />
</BrushLabels>
<Image name="image" value="$image" />
</View>