> ## 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.

# ImageBufferContentItem

Image buffer content item for content-based extraction.

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

## Properties

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

<ParamField path="image_type" type="str">
  The image format (e.g., "png", "jpeg", "gif", "webp").
</ParamField>

<ParamField path="data" type="bytes">
  The buffer containing the raw image data.
</ParamField>
