Click or drag to resize

SpeechRecognitionResult Class

The speech recognition result.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1SpeechRecognitionResult

Namespace:  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class SpeechRecognitionResult

The SpeechRecognitionResult type exposes the following members.

Constructors
  NameDescription
Public methodSpeechRecognitionResult
Initializes a new instance of the SpeechRecognitionResult class
Top
Properties
  NameDescription
Public propertyalternatives
Array of alternative transcripts.
Public propertyfinal
If true, the result for this utterance is not updated further.
Public propertykeywords_result
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.
Public propertyword_alternatives
Array of word alternative hypotheses found for words of the input audio if word_alternatives_threshold is not null.
Top
See Also