---
title: Label
type: tags
order: 411
meta_title: Label Tag for Single Label Tags
The Label tag represents a single label. Use with the Labels tag, including BrushLabels, EllipseLabels, HyperTextLabels, KeyPointLabels, and other Labels tags to specify the value of a specific label.
{% insertmd includes/tags/label.md %}
Basic named entity recognition labeling configuration for text
<View>
<Labels name="type" toName="txt-1">
<Label alias="B" value="Brand" />
<Label alias="P" value="Product" />
</Labels>
<Text name="txt-1" value="$text" />
</View>