# CortexTranslatorTool

> **Class** in `langchain_snowflake`

📖 [View in docs](https://reference.langchain.com/python/langchain-snowflake/tools/cortex_functions/CortexTranslatorTool)

Translate text using Snowflake Cortex TRANSLATE function.

## Signature

```python
CortexTranslatorTool(
    self,
    **kwargs = {},
)
```

## Extends

- `BaseTool`
- `SnowflakeConnectionMixin`

## Constructors

```python
__init__(
    self,
    **kwargs = {},
)
```


## Properties

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

---

[View source on GitHub](https://github.com/langchain-ai/langchain-snowflake/blob/fab0c716e9197e2afb7ee433491251a8ef12b9c4/libs/snowflake/langchain_snowflake/tools/cortex_functions.py#L182)