public class Transcript extends Object
| Constructor and Description |
|---|
Transcript() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEnd() |
String |
getLang() |
Long |
getStart() |
String |
getText() |
String |
getType() |
void |
setEnd(Long end) |
void |
setLang(String lang) |
void |
setStart(Long start) |
void |
setText(String text) |
void |
setType(String type) |
String |
toString() |
public String getText()
public void setText(String text)
public String getType()
public void setType(String type)
public String getLang()
public void setLang(String lang)
public Long getStart()
public void setStart(Long start)
public Long getEnd()
public void setEnd(Long end)
Copyright © 2018. All rights reserved.