Result of a document retriever lookup.
| KEY | TYPE | Description |
|---|---|---|
| document | str | The document that was looked up. |
| score | float | Score of the document with respect to the query. |
| properties | dict | Properties of the retrieved documents. |
| pages | list | Pages of the retrieved text from the original document. |
| boundingBoxes | list | Bounding boxes of the retrieved text from the original document. |
| documentSource | str | Document source name. |
| imageIds | list | List of Image IDs for all the pages. |
| metadata | dict | Metadata column values for the retrieved documents. |