# CortexTranslatorInput

> **Class** in `langchain_snowflake`

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

Input schema for CortexTranslatorTool.

## Signature

```python
CortexTranslatorInput()
```

## Extends

- `BaseModel`

## Properties

- `text`
- `target_language`
- `source_language`

---

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