> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2023.1/toolbox/incari/object/get-text.md).

# Get Text

## Overview

![The Get Text Node.](/files/2bRSr6E8OcYr1rWfmsJI)

The **Get Text Node** returns the text of the inputted **Object**, such as [**Text**](/incari-studio/2023.1/objects-and-types/scene2d-objects/gui/text.md), [**Text Area**](/incari-studio/2023.1/objects-and-types/scene2d-objects/gui/textarea.md), and [**Text Input**](/incari-studio/2023.1/objects-and-types/scene2d-objects/gui/textinput.md).

[**Scope**](/incari-studio/2023.1/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **Object** whose text will be returned.                           |

## Outputs

| Output             | Type       | Description                                                                                                                            |
| ------------------ | ---------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**  | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Text`             | **String** | The text from the **Object** given as input.                                                                                           |
