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.WordConfidence Class Reference

This data class holds the confidence value for a given recognized word. More...

Properties

string Word [get, set]
 The word as a string. More...
 
double Confidence [get, set]
 The confidence value for this word. More...
 

Detailed Description

This data class holds the confidence value for a given recognized word.

Property Documentation

double IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.WordConfidence.Confidence
getset

The confidence value for this word.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.WordConfidence.Word
getset

The word as a string.


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