Skip to main content

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.

Overview > Inworld Node > 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. Inworld Node Text Classifier Input Types:
  • FInworldData_Text
Output Types:
  • FInworldData_ClassificationResult