# types.ChunkedDocumentLike


Structural type for a document that already carries its chunks.


Usage

``` python
types.ChunkedDocumentLike()
```


Like [DocumentLike](types.DocumentLike.md#raghilda.types.DocumentLike), but it also exposes a `chunks` sequence of [ChunkLike](types.ChunkLike.md#raghilda.types.ChunkLike) objects. [ChunkedDocument.from_any()](document.ChunkedDocument.md#raghilda.document.ChunkedDocument.from_any) normalizes such objects into a raghilda [ChunkedDocument](document.ChunkedDocument.md#raghilda.document.ChunkedDocument).
