KeywordResult Class |
Namespace: IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
public class KeywordResult
The KeywordResult type exposes the following members.
| Name | Description | |
|---|---|---|
| KeywordResult | Initializes a new instance of the KeywordResult class |
| Name | Description | |
|---|---|---|
| confidence |
Confidence score of the keyword match in the range of 0 to 1.
| |
| end_time |
End time in seconds of the keyword match.
| |
| keyword |
Original keyword requested by user.
| |
| normalized_text |
Specified keyword normalized to the spoken phrase that matched in the audio input.
| |
| start_time |
Start time in seconds of the keyword match.
|