public class SpeechRecognitionResults extends GenericModel
| Constructor and Description | 
|---|
SpeechRecognitionResults()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Long | 
getResultIndex()
Gets the resultIndex. 
 | 
java.util.List<SpeechRecognitionResult> | 
getResults()
Gets the results. 
 | 
java.util.List<SpeakerLabelsResult> | 
getSpeakerLabels()
Gets the speakerLabels. 
 | 
java.util.List<java.lang.String> | 
getWarnings()
Gets the warnings. 
 | 
equals, hashCode, toStringpublic java.util.List<SpeechRecognitionResult> getResults()
public java.lang.Long getResultIndex()
public java.util.List<SpeakerLabelsResult> getSpeakerLabels()
public java.util.List<java.lang.String> getWarnings()