public class SpeechTimestamp extends GenericModel
| Constructor and Description | 
|---|
| SpeechTimestamp() | 
| Modifier and Type | Method and Description | 
|---|---|
| Double | getEndTime()Gets the end time. | 
| Double | getStartTime()Gets the start time. | 
| String | getWord()Gets the word. | 
| void | setEndTime(Double endTime)Sets the end time. | 
| void | setStartTime(Double startTime)Sets the start time. | 
| void | setWord(String word)Sets the word. | 
equals, hashCode, toStringpublic String getWord()
public void setWord(String word)
word - The wordpublic Double getStartTime()
public void setStartTime(Double startTime)
startTime - The start timepublic Double getEndTime()
public void setEndTime(Double endTime)
endTime - The end timeCopyright © 2015–2016. All rights reserved.