Click or drag to resize

WordType Class

The type of words to be listed from the custom language model's words resource: all (the default) shows all words. user shows only custom words that were added or modified by the user. corpora shows only OOV that were extracted from corpora.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1WordType

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 WordType

The WordType type exposes the following members.

Constructors
  NameDescription
Public methodWordType
Initializes a new instance of the WordType class
Top
Fields
  NameDescription
Public fieldStatic memberAll
All words.
Public fieldStatic memberCorpora
Corpora words.
Public fieldStatic memberUser
User words.
Top
See Also