public class EntityHighlighter extends Object
| Constructor and Description |
|---|
EntityHighlighter() |
| Modifier and Type | Method and Description |
|---|---|
List<OffsetItem> |
convertTermMentionsToOffsetItems(Iterable<org.vertexium.Vertex> termMentions,
String workspaceId,
org.vertexium.Authorizations authorizations) |
String |
getHighlightedText(String text,
Iterable<org.vertexium.Vertex> termMentions,
String workspaceId,
org.vertexium.Authorizations authorizations) |
static String |
getHighlightedText(String text,
List<OffsetItem> offsetItems) |
VideoTranscript |
getHighlightedVideoTranscript(VideoTranscript videoTranscript,
Iterable<org.vertexium.Vertex> termMentions,
String workspaceId,
org.vertexium.Authorizations authorizations) |
public String getHighlightedText(String text, Iterable<org.vertexium.Vertex> termMentions, String workspaceId, org.vertexium.Authorizations authorizations)
public static String getHighlightedText(String text, List<OffsetItem> offsetItems) throws org.json.JSONException
org.json.JSONExceptionpublic VideoTranscript getHighlightedVideoTranscript(VideoTranscript videoTranscript, Iterable<org.vertexium.Vertex> termMentions, String workspaceId, org.vertexium.Authorizations authorizations)
public List<OffsetItem> convertTermMentionsToOffsetItems(Iterable<org.vertexium.Vertex> termMentions, String workspaceId, org.vertexium.Authorizations authorizations)
Copyright © 2013–2016 V5 Analytics. All rights reserved.