public class SpeechTimestamp
extends com.ibm.cloud.sdk.core.service.model.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.
|
public Double getEndTime()
public Double getStartTime()
public String getWord()
public void setEndTime(Double endTime)
endTime - The end timepublic void setStartTime(Double startTime)
startTime - The start timepublic void setWord(String word)
word - The wordCopyright © 2022 IBM Cloud. All rights reserved.