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.WordTypeToAdd Class Reference

The type of words from the custom model's words resource on which to train the model: all (the default) trains the model on all new words, regardless of whether they were extracted from corpora or were added or modified by the user. user trains the model only on new words that were added or modified by the user; the model is not trained on new words extracted from corpora. More...

Public Attributes

const string All = "all"
 All word types. More...
 
const string User = "user"
 User word types. More...
 

Detailed Description

The type of words from the custom model's words resource on which to train the model: all (the default) trains the model on all new words, regardless of whether they were extracted from corpora or were added or modified by the user. user trains the model only on new words that were added or modified by the user; the model is not trained on new words extracted from corpora.

Member Data Documentation

const string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.WordTypeToAdd.All = "all"

All word types.

const string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.WordTypeToAdd.User = "user"

User word types.


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