Skip to content

Commit 3b1fbf1

Browse files
committed
chore(text-to-speech-v1): manual changes
1 parent e4018b9 commit 3b1fbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text-to-speech/src/main/java/com/ibm/watson/text_to_speech/v1/model/SynthesizeOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ public String customizationId() {
299299
* strings of the input text. Specify `words` as the element of the array to request word timing
300300
* information. The service returns the start and end time of each word of the input. Specify an
301301
* empty array or omit the parameter to receive no word timing information. Not supported for
302-
* Japanese input text. protected List<String> timings;
302+
* Japanese input text.
303303
*
304304
* <p>NOTE: This parameter only works for the `synthesizeUsingWebSocket` method.
305305
*

0 commit comments

Comments
 (0)