Skip to content

Text

Overview

The Text node produces a constant string value based on its configuration. It serves as a source for static text within a flow.

Use Text when:

  • Providing a fixed text value to other nodes
  • Providing a fixed labels for the polygons

💡 Tip

Use this node to provide static input to nodes that require text, such as String formatter or Compare value nodes.

Outputs

NameTypeDescription
outputstringThe configured text value.

Parameters

ParameterDefaultValid valuesTunable
String value""string

String value

The text value that the node delivers as its output.

Example

Labeling a detection

An AI model node returns a polygon with a defect. The Text node provides the string defect to label the result.

Configuration:

  • String value: defect

Result: The node outputs person to the Annotate polygons node.

Reference:

  • String Input — receives text data from an external connection
  • Text — exit point for text (string) data from the flow
  • String Formatter — formats and joins multiple strings
  • Annotate Polygons - sets visual properties for polygons such as color, line thickness, label...