Skip to content

Commit 7535739

Browse files
Added support for the new voice - Jihye (ko-KR). Jihye is available as a Neural voice only.
1 parent 3d6478b commit 7535739

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

generator/ServiceModels/polly/polly-2016-06-10.api.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,8 @@
878878
"Burcu",
879879
"Jitka",
880880
"Sabrina",
881-
"Jasmine"
881+
"Jasmine",
882+
"Jihye"
882883
]
883884
},
884885
"VoiceList":{

generator/ServiceModels/polly/polly-2016-06-10.normal.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,8 @@
11221122
"Burcu",
11231123
"Jitka",
11241124
"Sabrina",
1125-
"Jasmine"
1125+
"Jasmine",
1126+
"Jihye"
11261127
]
11271128
},
11281129
"VoiceList":{

sdk/src/Services/Polly/Generated/ServiceEnumerations.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,10 @@ public class VoiceId : ConstantClass
745745
/// </summary>
746746
public static readonly VoiceId Jasmine = new VoiceId("Jasmine");
747747
/// <summary>
748+
/// Constant Jihye for VoiceId
749+
/// </summary>
750+
public static readonly VoiceId Jihye = new VoiceId("Jihye");
751+
/// <summary>
748752
/// Constant Jitka for VoiceId
749753
/// </summary>
750754
public static readonly VoiceId Jitka = new VoiceId("Jitka");

0 commit comments

Comments
 (0)