---
title: Number
type: tags
order: 414
meta_title: Number Tag to Numerically Classify
The Number tag supports numeric classification. Use to classify tasks using numbers.
Use with the following data types: audio, image, HTML, paragraphs, text, time series, video
{% insertmd includes/tags/number.md %}
Basic labeling configuration for numeric classification of text
<View>
<Text name="txt" value="$text" />
<Number name="number" toName="txt" max="10" />
</View>