Click or drag to resize

KeywordResult Class

This class holds a Keyword Result.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1KeywordResult

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 KeywordResult

The KeywordResult type exposes the following members.

Constructors
  NameDescription
Public methodKeywordResult
Initializes a new instance of the KeywordResult class
Top
Properties
  NameDescription
Public propertyconfidence
Confidence score of the keyword match in the range of 0 to 1.
Public propertyend_time
End time in seconds of the keyword match.
Public propertykeyword
Original keyword requested by user.
Public propertynormalized_text
Specified keyword normalized to the spoken phrase that matched in the audio input.
Public propertystart_time
Start time in seconds of the keyword match.
Top
See Also