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

The speech recognition result. More...

Properties

bool final [get, set]
 If true, the result for this utterance is not updated further. More...
 
SpeechRecognitionAlternative[] alternatives [get, set]
 Array of alternative transcripts. More...
 
KeywordResults keywords_result [get, set]
 Dictionary (or associative array) whose keys are the strings specified for keywords if both that parameter and keywords_threshold are specified. A keyword for which no matches are found is omitted from the array. More...
 
WordAlternativeResults word_alternatives [get, set]
 Array of word alternative hypotheses found for words of the input audio if word_alternatives_threshold is not null. More...
 

Detailed Description

The speech recognition result.

Property Documentation

SpeechRecognitionAlternative [] IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.SpeechRecognitionResult.alternatives
getset

Array of alternative transcripts.

bool IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.SpeechRecognitionResult.final
getset

If true, the result for this utterance is not updated further.

KeywordResults IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.SpeechRecognitionResult.keywords_result
getset

Dictionary (or associative array) whose keys are the strings specified for keywords if both that parameter and keywords_threshold are specified. A keyword for which no matches are found is omitted from the array.

WordAlternativeResults IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.SpeechRecognitionResult.word_alternatives
getset

Array of word alternative hypotheses found for words of the input audio if word_alternatives_threshold is not null.


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