public class SpeechRecognitionResults
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
SpeechRecognitionResults() |
Modifier and Type | Method and Description |
---|---|
AudioMetrics |
getAudioMetrics()
Gets the audioMetrics.
|
ProcessingMetrics |
getProcessingMetrics()
Gets the processingMetrics.
|
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.
|
public java.util.List<SpeechRecognitionResult> getResults()
public java.lang.Long getResultIndex()
public java.util.List<SpeakerLabelsResult> getSpeakerLabels()
public ProcessingMetrics getProcessingMetrics()
public AudioMetrics getAudioMetrics()
public java.util.List<java.lang.String> getWarnings()