> For a complete documentation index, fetch https://docs.voximplant.ai/llms.txt

# Deepgram

List of Deepgram ASR profiles. Can be passed via the `ASRParameters.profile` parameter.
Add the following line to your scenario code to use the enum:

```
require(Modules.ASR);
```

## Constants

| Name       | Type         | Description                            |
| ---------- | ------------ | -------------------------------------- |
|  `zh`      | `ASRProfile` | Chinese (China)                        |
|  `zh_CN`   | `ASRProfile` | Chinese (Simplified)                   |
|  `zh_TW`   | `ASRProfile` | Chinese (Traditional)                  |
|  `da`      | `ASRProfile` | Danish (Denmark)                       |
|  `nl`      | `ASRProfile` | Dutch (Netherlands)                    |
|  `en`      | `ASRProfile` | English (Common)                       |
|  `en_AU`   | `ASRProfile` | English (Australia)                    |
|  `en_GB`   | `ASRProfile` | English (Great Britain)                |
|  `en_IN`   | `ASRProfile` | English (Indonesia)                    |
|  `en_NZ`   | `ASRProfile` | English (New Zealand)                  |
|  `en_US`   | `ASRProfile` | English (United States)                |
|  `fr`      | `ASRProfile` | French (France)                        |
|  `fr_CA`   | `ASRProfile` | French (Canada)                        |
|  `de`      | `ASRProfile` | German (Germany)                       |
|  `hi`      | `ASRProfile` | Hindi (India)                          |
|  `hi_Latn` | `ASRProfile` | Hindi (Latin)                          |
|  `id`      | `ASRProfile` | Indonesian (Indonesia)                 |
|  `it`      | `ASRProfile` | Italian (Italy)                        |
|  `ja`      | `ASRProfile` | Japanese (Japan)                       |
|  `ko`      | `ASRProfile` | Korean (Korea)                         |
|  `no`      | `ASRProfile` | Norwegian (Norway)                     |
|  `pl`      | `ASRProfile` | Polish (Poland)                        |
|  `pt`      | `ASRProfile` | Portuguese (Common)                    |
|  `pt_BR`   | `ASRProfile` | Portuguese (Brazil)                    |
|  `pt_PT`   | `ASRProfile` | Portuguese (Portugal)                  |
|  `ru`      | `ASRProfile` | Russian (Russia)                       |
|  `es`      | `ASRProfile` | Spanish (Spain)                        |
|  `es_419`  | `ASRProfile` | Spanish (Latin America)                |
|  `sv`      | `ASRProfile` | Swedish (Sweden)                       |
|  `ta`      | `ASRProfile` | Tamil (India)                          |
|  `tr`      | `ASRProfile` | Turkish (Turkey)                       |
|  `uk`      | `ASRProfile` | Ukrainian (Ukraine)                    |
|  `multi`   | `ASRProfile` | Multilingual (All supported languages) |