# NucliaUnderstandingAPI

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/tools/nuclia/tool/NucliaUnderstandingAPI)

Tool to process files with the Nuclia Understanding API.

## Signature

```python
NucliaUnderstandingAPI(
    self,
    enable_ml: bool = False,
)
```

## Extends

- `BaseTool`

## Constructors

```python
__init__(
    self,
    enable_ml: bool = False,
) -> None
```

| Name | Type |
|------|------|
| `enable_ml` | `bool` |


## Properties

- `name`
- `description`
- `args_schema`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/tools/nuclia/tool.py#L57)