> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Inworld Node Text Classifier

[Overview](../overview) > [Inworld Node](./InworldNode) > Inworld Node Text Classifier

**Class:** `UInworldNode_TextClassifier` | **Inherits from:** `UInworldNode`

A node that classifies text content into categories.

This node takes text input and classifies it into configured categories. It can be used for various purposes such as content categorization, sentiment analysis, topic detection, or any other classification task. It inherits from TypedNode with ClassificationResult as output and Text as input.

<img src="https://mintcdn.com/inworldai/UjBJ5lUznbajzMw5/img/unreal/runtime/nd_img_InworldNode_TextClassifier.png?fit=max&auto=format&n=UjBJ5lUznbajzMw5&q=85&s=88dc6410a32c2cf5301c969c77c97881" alt="Inworld Node Text Classifier" width="183" height="72" data-path="img/unreal/runtime/nd_img_InworldNode_TextClassifier.png" />

**Input Types:**

* `FInworldData_Text`

**Output Types:**

* `FInworldData_ClassificationResult`
