Corpus Class |
Namespace: IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
public class Corpus
The Corpus type exposes the following members.
Name | Description | |
---|---|---|
error |
If the status of the corpus is undetermined, the following message: Analysis of corpus 'name' failed. Please try adding the corpus again by setting the 'allow_overwrite' flag to 'true'.
| |
name |
The name of the corpus.
| |
out_of_vocabulary_words |
The number of OOV words in the corpus. The value is 0 while the corpus is being processed.
| |
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. being_processed indicates that the service is still analyzing the corpus; the service cannot accept requests to add new corpora or words, or to train the custom model. undetermined indicates that the service encountered an error while processing the corpus. = ['analyzed', 'being_processed', 'undetermined']
| |
total_words |
The total number of words in the corpus. The value is 0 while the corpus is being processed.
|