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

# Amazon

List of Amazon 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              |
| -------- | ------------ | ------------------------ |
|  `en_GB` | `ASRProfile` | English (United Kingdom) |
|  `en_US` | `ASRProfile` | English (United States)  |
|  `es_US` | `ASRProfile` | Spanish (United States)  |
|  `fr_CA` | `ASRProfile` | French (Canada)          |
|  `fr_FR` | `ASRProfile` | French (France)          |