public class VideoTranscript extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
VideoTranscript.Time |
static class |
VideoTranscript.TimedText |
| Constructor and Description |
|---|
VideoTranscript() |
VideoTranscript(org.json.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(VideoTranscript.Time time,
String text) |
Integer |
findEntryIndexFromStartTime(long frameStartTime) |
long |
getDuration() |
List<VideoTranscript.TimedText> |
getEntries() |
VideoTranscript |
merge(VideoTranscript videoTranscript) |
static VideoTranscript |
merge(VideoTranscript a,
VideoTranscript b) |
org.json.JSONObject |
toJson() |
String |
toString() |
public VideoTranscript()
public VideoTranscript(org.json.JSONObject json)
public List<VideoTranscript.TimedText> getEntries()
public void add(VideoTranscript.Time time, String text)
public VideoTranscript merge(VideoTranscript videoTranscript)
public static VideoTranscript merge(VideoTranscript a, VideoTranscript b)
public org.json.JSONObject toJson()
public long getDuration()
public Integer findEntryIndexFromStartTime(long frameStartTime)
Copyright © 2013–2016 V5 Analytics. All rights reserved.