SpeechRecognitionResult Class |
Namespace: IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
public class SpeechRecognitionResult
The SpeechRecognitionResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | SpeechRecognitionResult | Initializes a new instance of the SpeechRecognitionResult class |
Name | Description | |
---|---|---|
![]() | alternatives |
Array of alternative transcripts.
|
![]() | final |
If true, the result for this utterance is not updated further.
|
![]() | keywords_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.
|
![]() | word_alternatives |
Array of word alternative hypotheses found for words of the input audio if word_alternatives_threshold is not null.
|