Skip to main content
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