Click or drag to resize

WordsList Class

This data class contains information about multiple custom words.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1WordsList

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 WordsList

The WordsList type exposes the following members.

Constructors
  NameDescription
Public methodWordsList
Initializes a new instance of the WordsList class
Top
Properties
  NameDescription
Public propertywords
Information about each word in the custom model's words resource. The array is empty if the custom model has no words.
Top
See Also