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

    Modifier and Type Method Description
    List<Word> getWords()
    Gets the words.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Words

      public Words()
  • Method Details

    • getWords

      public List<Word> 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