Click or drag to resize

WordTypeToAdd Class

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.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1WordTypeToAdd

Namespace:  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class WordTypeToAdd

The WordTypeToAdd type exposes the following members.

Constructors
  NameDescription
Public methodWordTypeToAdd
Initializes a new instance of the WordTypeToAdd class
Top
Fields
  NameDescription
Public fieldStatic memberAll
All word types.
Public fieldStatic memberUser
User word types.
Top
See Also