Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Corpus Class Reference

This data class contains information about the custom corpus. More...

Properties

string name [get, set]
 The name of the corpus. More...
 
int total_words [get, set]
 The total number of words in the corpus. The value is 0 while the corpus is being processed. More...
 
int out_of_vocabulary_words [get, set]
 The number of OOV words in the corpus. The value is 0 while the corpus is being processed. More...
 
string status [get, set]
 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'] More...
 
string error [get, set]
 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'. More...
 

Detailed Description

This data class contains information about the custom corpus.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Corpus.error
getset

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'.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Corpus.name
getset

The name of the corpus.

int IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Corpus.out_of_vocabulary_words
getset

The number of OOV words in the corpus. The value is 0 while the corpus is being processed.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Corpus.status
getset

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']

int IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.Corpus.total_words
getset

The total number of words in the corpus. The value is 0 while the corpus is being processed.


The documentation for this class was generated from the following file: