# GoogleCloudTextToSpeechTool

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/tools/google_cloud/texttospeech/GoogleCloudTextToSpeechTool)

Tool that queries the Google Cloud Text to Speech API.

In order to set this up, follow instructions at:
https://cloud.google.com/text-to-speech/docs/before-you-begin

## Signature

```python
GoogleCloudTextToSpeechTool(
    self,
    **kwargs: Any = {},
)
```

## Extends

- `BaseTool`

## Constructors

```python
__init__(
    self,
    **kwargs: Any = {},
) -> None
```


## Properties

- `name`
- `description`

## ⚠️ Deprecated

Deprecated since version 0.0.33.

---

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