Class Words
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.speech_to_text.v1.model.Words
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Words
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about the words from a custom language model.
-
Constructor Summary
Constructors Constructor Description Words()
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
Words
public Words()
-
-
Method Details
-
getWords
Gets the words.An array of `Word` objects that provides information about each word in the custom model's words resource. The array is empty if the custom model has no words.
- Returns:
- the words
-