public static class VideoTranscript.TimedText extends Object implements Comparable<VideoTranscript.TimedText>, Serializable
| Constructor and Description |
|---|
TimedText(org.json.JSONObject json) |
TimedText(VideoTranscript.Time time,
String text) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(VideoTranscript.TimedText other) |
String |
getText() |
VideoTranscript.Time |
getTime() |
org.json.JSONObject |
toJson() |
public TimedText(VideoTranscript.Time time, String text)
public TimedText(org.json.JSONObject json)
public VideoTranscript.Time getTime()
public String getText()
public org.json.JSONObject toJson()
public int compareTo(VideoTranscript.TimedText other)
compareTo in interface Comparable<VideoTranscript.TimedText>Copyright © 2013–2017 V5 Analytics. All rights reserved.