Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.KeywordResult Class Reference

This class holds a Keyword Result. More...

Properties

string normalized_text [get, set]
 Specified keyword normalized to the spoken phrase that matched in the audio input. More...
 
double start_time [get, set]
 Start time in seconds of the keyword match. More...
 
double end_time [get, set]
 End time in seconds of the keyword match. More...
 
double confidence [get, set]
 Confidence score of the keyword match in the range of 0 to 1. More...
 

Detailed Description

This class holds a Keyword Result.

Property Documentation

double IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.KeywordResult.confidence
getset

Confidence score of the keyword match in the range of 0 to 1.

double IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.KeywordResult.end_time
getset

End time in seconds of the keyword match.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.KeywordResult.normalized_text
getset

Specified keyword normalized to the spoken phrase that matched in the audio input.

double IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.KeywordResult.start_time
getset

Start time in seconds of the keyword match.


The documentation for this class was generated from the following file: