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

# TextContentItem

Text content item for content-based extraction.

```python theme={null}
class TextContentItem(dict)
```

## Properties

<ParamField path="type" type="str">
  The type of the content item, which is always "text".
</ParamField>

<ParamField path="data" type="str">
  The text data to extract from.
</ParamField>
