Click or drag to resize

SpeechRecognitionResultkeywords_result Property

Dictionary (or associative array) whose keys are the strings specified for keywords if both that parameter and keywords_threshold are specified. A keyword for which no matches are found is omitted from the array.

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 KeywordResults keywords_result { get; set; }

Property Value

Type: KeywordResults
See Also