# Text to Speech

{% hint style="info" %} <mark style="color:red;">**Location: Activities**</mark> <mark style="color:red;"></mark><mark style="color:red;">→</mark> <mark style="color:red;"></mark><mark style="color:red;">**Text to Speech**</mark>
{% endhint %}

This page displays a log of all **Text-to-Speech (TTS)** conversions performed from your account. Each entry provides detailed information about the audio file generated from a text input.

**Displayed Fields:**

<figure><img src="/files/eKjpOiqv5jkLaMksaQxe" alt=""><figcaption></figcaption></figure>

| Field                  | Description                                                                                                               |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| **Engine**             | The TTS engine used for conversion (Neural/Standard).                                                                     |
| **Language**           | Language code or name selected for speech synthesis (e.g., `en-US`).                                                      |
| **Voice ID**           | The specific voice selected for speech output (e.g., `Joanna`, `Matthew`).                                                |
| **Volume**             | Volume level used during synthesis (e.g. Default).                                                                        |
| **Rate**               | Speaking rate of the voice (e.g., `slow`, `medium`, `fast`, or percentage adjustment).                                    |
| **Pitch**              | Pitch setting used to alter the voice’s tone (e.g., `low`, `medium`, `high`).                                             |
| **Record Text**        | The actual text content that was converted to speech.                                                                     |
| **Record Text Length** | Number of characters or words in the record text, depending on system design.                                             |
| **Cost**               | Cost incurred for generating the speech file, based on engine pricing and text length.                                    |
| **File**               | Option to play and listen to the audio file.                                                                              |
| **Created At**         | Timestamp indicating when the TTS conversion was created.                                                                 |
| **Action**             | Available actions such as download(Download button to the generated audio file) and add this file to the recording module |

If no data is available, the message **"No matching records found"** will be displayed.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cebodtelecom.com/new/activities/text-to-speech.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
