public class SpeechRecognitionResult extends 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. 
 | 
equals, hashCode, toStringpublic 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()