public class SpeechRecognitionResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
| SpeechRecognitionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<SpeechRecognitionAlternative> | getAlternatives()Gets the alternatives. | 
| java.util.Map<java.lang.String,java.util.List<KeywordResult>> | getKeywordsResult()Gets the keywordsResult. | 
| java.util.List<WordAlternativeResults> | getWordAlternatives()Gets the wordAlternatives. | 
| java.lang.Boolean | isFinalResults()Gets the finalResults. | 
public java.lang.Boolean isFinalResults()
public java.util.List<SpeechRecognitionAlternative> getAlternatives()
public java.util.Map<java.lang.String,java.util.List<KeywordResult>> getKeywordsResult()
public java.util.List<WordAlternativeResults> getWordAlternatives()