KeywordResults Class |
Namespace: IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
public class KeywordResults
The KeywordResults type exposes the following members.
Name | Description | |
---|---|---|
KeywordResults | Initializes a new instance of the KeywordResults class |
Name | Description | |
---|---|---|
keyword |
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.
|