java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.speech_to_text.v1.model.Corpora
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class Corpora
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about the corpora from a custom language model.
  • Constructor Summary

    Constructors
    Constructor Description
    Corpora()  
  • Method Summary

    Modifier and Type Method Description
    List<Corpus> getCorpora()
    Gets the corpora.

    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

    • Corpora

      public Corpora()
  • Method Details

    • getCorpora

      public List<Corpus> getCorpora()
      Gets the corpora.

      An array of `Corpus` objects that provides information about the corpora for the custom model. The array is empty if the custom model has no corpora.

      Returns:
      the corpora