Skip to content

Commit ccbb6a9

Browse files
update voice to match latest changes on the api
1 parent 842f639 commit ccbb6a9

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/ibm/watson/developer_cloud/text_to_speech/v1/model

1 file changed

+1
-1
lines changed

src/main/java/com/ibm/watson/developer_cloud/text_to_speech/v1/model/Voice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
public class Voice {
2626

2727
/** The Constant ES_ENRIQUE. */
28-
public static final Voice ES_ENRIQUE = new Voice("VoiceEsEsEnrique", "male", "es-ES");
28+
public static final Voice ES_ENRIQUE = new Voice("es-ES_EnriqueVoice", "male", "es-ES");
2929

3030
/** The Constant ES_LAURA. */
3131
public static final Voice ES_LAURA = new Voice("es-ES_LauraVoice", "female", "es-US");

0 commit comments

Comments
 (0)