We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842f639 commit ccbb6a9Copy full SHA for ccbb6a9
src/main/java/com/ibm/watson/developer_cloud/text_to_speech/v1/model/Voice.java
@@ -25,7 +25,7 @@
25
public class Voice {
26
27
/** The Constant ES_ENRIQUE. */
28
- public static final Voice ES_ENRIQUE = new Voice("VoiceEsEsEnrique", "male", "es-ES");
+ public static final Voice ES_ENRIQUE = new Voice("es-ES_EnriqueVoice", "male", "es-ES");
29
30
/** The Constant ES_LAURA. */
31
public static final Voice ES_LAURA = new Voice("es-ES_LauraVoice", "female", "es-US");
0 commit comments