Skip to content

Commit 9454bf0

Browse files
[ci skip] update javadoc for speech to text
1 parent a7a2b6d commit 9454bf0

File tree

1 file changed

+4
-3
lines changed
  • speech-to-text/src/main/java/com/ibm/watson/developer_cloud/speech_to_text/v1

1 file changed

+4
-3
lines changed

speech-to-text/src/main/java/com/ibm/watson/developer_cloud/speech_to_text/v1/SpeechToText.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public class SpeechToText extends WatsonService {
114114

115115
private static final String URL = "https://stream.watsonplatform.net/speech-to-text/api";
116116
private static final Gson GSON = GsonSingleton.getGsonWithoutPrettyPrinting();
117+
117118
/**
118119
* Instantiates a new Speech to Text service.
119120
*/
@@ -274,9 +275,9 @@ public ServiceCall<Void> addTextToCustomizationCorpus(String customizationId, St
274275
}
275276

276277
/**
277-
* Add/Updates a custom word to a custom language model. The service automatically populates the words resource for a custom model
278-
* with out-of-vocabulary (OOV) words found in each corpus added to the model. You can use this method to add
279-
* additional words or to modify existing words in the words resource. Adding or modifying a custom word does not
278+
* Add/Updates a custom word to a custom language model. The service automatically populates the words resource for a
279+
* custom model with out-of-vocabulary (OOV) words found in each corpus added to the model. You can use this method to
280+
* add additional words or to modify existing words in the words resource. Adding or modifying a custom word does not
280281
* affect the custom model until you train the model for the new data by using
281282
* {@link SpeechToText#trainCustomization(String, Boolean)}.
282283
*

0 commit comments

Comments
 (0)