Skip to content

Commit 8da09bb

Browse files
author
AWS
committed
Amazon Polly Update: Added support for the new voice - Jasmine (en-SG). Jasmine is available as a Neural voice only.
1 parent 1d8fce2 commit 8da09bb

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 voice - Jasmine (en-SG). Jasmine 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
@@ -430,7 +430,8 @@
430430
"nl-BE",
431431
"fr-BE",
432432
"cs-CZ",
433-
"de-CH"
433+
"de-CH",
434+
"en-SG"
434435
]
435436
},
436437
"LanguageCodeList":{
@@ -1120,7 +1121,8 @@
11201121
"Gregory",
11211122
"Burcu",
11221123
"Jitka",
1123-
"Sabrina"
1124+
"Sabrina",
1125+
"Jasmine"
11241126
]
11251127
},
11261128
"VoiceList":{

0 commit comments

Comments
 (0)