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

# DocumentInfo

[moss v1.0.1](../README)

[moss](../api) / DocumentInfo

# Interface: DocumentInfo

DocumentInfo

## Properties

* **id**: `str`
* **text**: `str`
* **metadata**: `Optional[Dict[str, str]]`
* **embedding**: `Optional[Sequence[float]]`
* **payload**: `Optional[str]` - Opaque structured value (e.g. a JSON string) stored and returned verbatim; never embedded or searched. See [Structured payload](../structured-payload). *(moss 1.5.0+)*
