Home Assistant Unofficial Reference 2024.12.1
amazon_polly.py
Go to the documentation of this file.
1 """Automatically generated file.
2 
3 To update, run python3 -m script.amazon_polly
4 """
5 
6 from __future__ import annotations
7 
8 from typing import Final
9 
10 SUPPORTED_ENGINES: Final[set[str]] = {
11  "generative",
12  "long-form",
13  "neural",
14  "standard",
15 }
16 
17 SUPPORTED_REGIONS: Final[set[str]] = {
18  "af-south-1",
19  "ap-east-1",
20  "ap-northeast-1",
21  "ap-northeast-2",
22  "ap-northeast-3",
23  "ap-south-1",
24  "ap-southeast-1",
25  "ap-southeast-2",
26  "ca-central-1",
27  "eu-central-1",
28  "eu-north-1",
29  "eu-west-1",
30  "eu-west-2",
31  "eu-west-3",
32  "me-south-1",
33  "sa-east-1",
34  "us-east-1",
35  "us-east-2",
36  "us-west-1",
37  "us-west-2",
38 }
39 
40 SUPPORTED_VOICES: Final[set[str]] = {
41  "Aditi",
42  "Adriano",
43  "Amy",
44  "Andres",
45  "Aria",
46  "Arlet",
47  "Arthur",
48  "Astrid",
49  "Ayanda",
50  "Bianca",
51  "Brian",
52  "Burcu",
53  "Camila",
54  "Carla",
55  "Carmen",
56  "Celine",
57  "Chantal",
58  "Conchita",
59  "Cristiano",
60  "Daniel",
61  "Danielle",
62  "Dora",
63  "Elin",
64  "Emma",
65  "Enrique",
66  "Ewa",
67  "Filiz",
68  "Gabrielle",
69  "Geraint",
70  "Giorgio",
71  "Gregory",
72  "Gwyneth",
73  "Hala",
74  "Hannah",
75  "Hans",
76  "Hiujin",
77  "Ida",
78  "Ines",
79  "Isabelle",
80  "Ivy",
81  "Jacek",
82  "Jan",
83  "Joanna",
84  "Joey",
85  "Justin",
86  "Kajal",
87  "Karl",
88  "Kazuha",
89  "Kendra",
90  "Kevin",
91  "Kimberly",
92  "Laura",
93  "Lea",
94  "Liam",
95  "Lisa",
96  "Liv",
97  "Lotte",
98  "Lucia",
99  "Lupe",
100  "Mads",
101  "Maja",
102  "Marlene",
103  "Mathieu",
104  "Matthew",
105  "Maxim",
106  "Mia",
107  "Miguel",
108  "Mizuki",
109  "Naja",
110  "Niamh",
111  "Nicole",
112  "Ola",
113  "Olivia",
114  "Pedro",
115  "Penelope",
116  "Raveena",
117  "Remi",
118  "Ricardo",
119  "Ruben",
120  "Russell",
121  "Ruth",
122  "Salli",
123  "Seoyeon",
124  "Sergio",
125  "Sofie",
126  "Stephen",
127  "Suvi",
128  "Takumi",
129  "Tatyana",
130  "Thiago",
131  "Tomoko",
132  "Vicki",
133  "Vitoria",
134  "Zayd",
135  "Zeina",
136  "Zhiyu",
137 }