Click or drag to resize

WordsListwords Property

Information about each word in the custom model's words resource. The array is empty if the custom model has no words.

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 WordData[] words { get; set; }

Property Value

Type: WordData
See Also