Skip to content

Commit 7ce1036

Browse files
author
AWS
committed
Amazon Polly Update: Added support for the new Cantonese voice - Hiujin. Hiujin is available as a Neural voice only.
1 parent 1793dba commit 7ce1036

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Polly",
4+
"contributor": "",
5+
"description": "Added support for the new Cantonese voice - Hiujin. Hiujin is available as a Neural voice only."
6+
}

services/polly/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,8 @@
418418
"en-NZ",
419419
"en-ZA",
420420
"ca-ES",
421-
"de-AT"
421+
"de-AT",
422+
"yue-CN"
422423
]
423424
},
424425
"LanguageCodeList":{
@@ -1082,7 +1083,8 @@
10821083
"Daniel",
10831084
"Liam",
10841085
"Pedro",
1085-
"Kajal"
1086+
"Kajal",
1087+
"Hiujin"
10861088
]
10871089
},
10881090
"VoiceList":{

0 commit comments

Comments
 (0)