public class SpeechRecognitionAlternative extends GenericModel
Constructor and Description |
---|
SpeechRecognitionAlternative() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getConfidence()
Gets the confidence.
|
java.util.List<SpeechTimestamp> |
getTimestamps()
Gets the timestamps.
|
java.lang.String |
getTranscript()
Gets the transcript.
|
java.util.List<SpeechWordConfidence> |
getWordConfidence()
Gets the wordConfidence.
|
equals, hashCode, toString
public java.lang.String getTranscript()
public java.lang.Double getConfidence()
public java.util.List<SpeechTimestamp> getTimestamps()
public java.util.List<SpeechWordConfidence> getWordConfidence()