Skip to main content
Overview > Inworld Node > Inworld Node STT Class: UInworldNode_STT | Inherits from: UInworldNode A node that converts audio input to text using Speech-to-Text functionality. This node takes audio input and processes it through a Speech-to-Text service to generate text output. It inherits from TypedNode with Text as output and Audio as input. Inworld Node STT Input Types:
  • FInworldData_Audio OR FInworldData_DataStream_AudioChunk (Audio data to convert to text)
Output Types:
  • FInworldData_Text