# EdenAiSpeechToTextTool

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/tools/edenai/audio_speech_to_text/EdenAiSpeechToTextTool)

Tool that queries the Eden AI Speech To Text API.

for api reference check edenai documentation:
https://app.edenai.run/bricks/speech/asynchronous-speech-to-text.

To use, you should have
the environment variable ``EDENAI_API_KEY`` set with your API token.
You can find your token here: https://app.edenai.run/admin/account/settings

## Signature

```python
EdenAiSpeechToTextTool()
```

## Extends

- `EdenaiTool`

## Properties

- `name`
- `description`
- `args_schema`
- `is_async`
- `language`
- `speakers`
- `profanity_filter`
- `custom_vocabulary`
- `feature`
- `subfeature`
- `base_url`

## Methods

- [`check_only_one_provider_selected()`](https://reference.langchain.com/python/langchain-community/tools/edenai/audio_speech_to_text/EdenAiSpeechToTextTool/check_only_one_provider_selected)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/tools/edenai/audio_speech_to_text.py#L21)