> For the complete documentation index, see [llms.txt](https://docs.17movement.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.17movement.net/speech-recognition/overview.md).

# Overview

## Available Languages

You can check the available languages [here](/speech-recognition/available-languages.md)

## Debug

```lua
Config.Debug = true
```

By enabling this the speech which is detected printed into F8 Console

## Hud Indicator UI

```lua
Config.EnableHudIndicators = true
```

&#x20;Set to false, if you want to delete the red/orange/green microphones icon in corner which indicates the speech recognition to the player and looks like this

<figure><img src="https://3673882971-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFxWJGV2Spk1WhY0R0XVU%2Fuploads%2F4SmMohRuzQmLAFRX1ytH%2FScreenshot%20(11).png?alt=media&amp;token=4949f3be-7914-4b05-a5e6-51f11a956607" alt=""><figcaption><p>ONLY ICON IS SHOWN ON SCREEN NOT THE TEXT [ TEXT IS TO SHOW THE DIFFERENCE BETWEEN THE ICONS ]</p></figcaption></figure>
