public class Corpus
extends com.ibm.watson.developer_cloud.service.model.GenericModel
| Modifier and Type | Class and Description |
|---|---|
static interface |
Corpus.Status
The status of the corpus:
* `analyzed` indicates that the service has successfully analyzed the corpus; the custom model can be trained with
data from the corpus.
|
| Constructor and Description |
|---|
Corpus() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getError()
Gets the error.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.Long |
getOutOfVocabularyWords()
Gets the outOfVocabularyWords.
|
java.lang.String |
getStatus()
Gets the status.
|
java.lang.Long |
getTotalWords()
Gets the totalWords.
|
public java.lang.String getName()
public java.lang.Long getTotalWords()
public java.lang.Long getOutOfVocabularyWords()
public java.lang.String getStatus()
public java.lang.String getError()