You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: speech-to-text/src/main/java/com/ibm/watson/developer_cloud/speech_to_text/v1/model/CreateAcousticModelOptions.java
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,9 @@ public class CreateAcousticModelOptions extends GenericModel {
22
22
23
23
/**
24
24
* The name of the base language model that is to be customized by the new custom acoustic model. The new custom model
25
-
* can be used only with the base model that it customizes. To determine whether a base model supports acoustic model
26
-
* customization, refer to [Language support for
25
+
* can be used only with the base model that it customizes.
26
+
*
27
+
* To determine whether a base model supports acoustic model customization, refer to [Language support for
Copy file name to clipboardExpand all lines: speech-to-text/src/main/java/com/ibm/watson/developer_cloud/speech_to_text/v1/model/CreateLanguageModelOptions.java
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,10 @@ public class CreateLanguageModelOptions extends GenericModel {
22
22
23
23
/**
24
24
* The name of the base language model that is to be customized by the new custom language model. The new custom model
25
-
* can be used only with the base model that it customizes. To determine whether a base model supports language model
26
-
* customization, request information about the base model and check that the attribute `custom_language_model` is set
27
-
* to `true`, or refer to [Language support for
25
+
* can be used only with the base model that it customizes.
26
+
*
27
+
* To determine whether a base model supports language model customization, use the **Get a model** method and check
28
+
* that the attribute `custom_language_model` is set to `true`. You can also refer to [Language support for
Copy file name to clipboardExpand all lines: speech-to-text/src/main/java/com/ibm/watson/developer_cloud/speech_to_text/v1/model/DeleteWordOptions.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -115,9 +115,9 @@ public String customizationId() {
115
115
/**
116
116
* Gets the wordName.
117
117
*
118
-
* The custom word for the custom language model. When you add or update a custom word with the **Add a custom word**
119
-
* method, do not include spaces in the word. Use a `-` (dash) or `_` (underscore) to connect the tokens of compound
120
-
* words.
118
+
* The custom word that is to be deleted from the custom language model. URL-encode the word if it includes non-ASCII
119
+
* characters. For more information, see [Character
0 commit comments