# DocAIParsingResults

> **Class** in `langchain_google_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-community/docai/DocAIParsingResults)

A dataclass to store Document AI parsing results.

## Signature

```python
DocAIParsingResults(
    self,
    source_path: str,
    parsed_path: str,
)
```

## Constructors

```python
__init__(
    self,
    source_path: str,
    parsed_path: str,
) -> None
```

| Name | Type |
|------|------|
| `source_path` | `str` |
| `parsed_path` | `str` |


## Properties

- `source_path`
- `parsed_path`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/6b6f1e8aa4053d9914ab0b58ee16c21364897842/libs/community/langchain_google_community/docai.py#L31)