Click or drag to resize

KeywordResults Class

The Keword Result
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1KeywordResults

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 KeywordResults

The KeywordResults type exposes the following members.

Constructors
  NameDescription
Public methodKeywordResults
Initializes a new instance of the KeywordResults class
Top
Properties
  NameDescription
Public propertykeyword
List of each keyword entered via the keywords parameter and, for each keyword, an array of KeywordResult objects that provides information about its occurrences in the input audio. The keys of the list are the actual keyword strings. A keyword for which no matches are spotted in the input is omitted from the array.
Top
See Also