public abstract class OffsetItem extends Object implements Comparable
| Modifier and Type | Field and Description |
|---|---|
static int |
VIDEO_TRANSCRIPT_INDEX_BITS |
static int |
VIDEO_TRANSCRIPT_OFFSET_BITS |
| Constructor and Description |
|---|
OffsetItem() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
List<String> |
getCssClasses() |
abstract long |
getEnd() |
abstract String |
getId() |
org.json.JSONObject |
getInfoJson() |
static long |
getOffset(long offset) |
String |
getOutVertexId() |
abstract String |
getProcess() |
String |
getResolvedToEdgeId() |
String |
getResolvedToVertexId() |
abstract SandboxStatus |
getSandboxStatus() |
abstract long |
getStart() |
abstract TermMentionFor |
getTermMentionFor() |
String |
getTitle() |
abstract String |
getType() |
int |
getVideoTranscriptEntryIndex() |
boolean |
shouldHighlight() |
org.json.JSONObject |
toJson() |
String |
toString() |
public static final int VIDEO_TRANSCRIPT_INDEX_BITS
public static final int VIDEO_TRANSCRIPT_OFFSET_BITS
public abstract long getStart()
public int getVideoTranscriptEntryIndex()
public abstract long getEnd()
public abstract String getType()
public abstract String getId()
public abstract String getProcess()
public String getOutVertexId()
public String getResolvedToVertexId()
public String getResolvedToEdgeId()
public abstract TermMentionFor getTermMentionFor()
public abstract SandboxStatus getSandboxStatus()
public org.json.JSONObject getInfoJson()
public org.json.JSONObject toJson()
public boolean shouldHighlight()
public String getTitle()
public int compareTo(Object o)
compareTo in interface Comparablepublic static long getOffset(long offset)
Copyright © 2013–2016 V5 Analytics. All rights reserved.