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

This data class holds a Word Alternative Result. More...

Properties

double confidence [get, set]
 Confidence score of the word alternative hypothesis. More...
 
string word [get, set]
 Word alternative hypothesis for a word from the input audio. More...
 

Detailed Description

This data class holds a Word Alternative Result.

Property Documentation

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

Confidence score of the word alternative hypothesis.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.WordAlternativeResult.word
getset

Word alternative hypothesis for a word from the input audio.


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