public static class VideoSceneAnnotationTool.SceneAnnotation extends Object implements Annotated<VideoSceneAnnotationTool.VideoScene,String>
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
annotations
The annotations
|
protected Class<? extends VideoAnnotator> |
annotatorClass
The annotator that produced the annotations
|
protected VideoSceneAnnotationTool.VideoScene |
scene
The scene being annotated
|
| Constructor and Description |
|---|
SceneAnnotation()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getAnnotations() |
VideoSceneAnnotationTool.VideoScene |
getObject() |
String |
toString() |
protected Class<? extends VideoAnnotator> annotatorClass
protected VideoSceneAnnotationTool.VideoScene scene
protected Set<String> annotations
public SceneAnnotation()
public VideoSceneAnnotationTool.VideoScene getObject()
getObject in interface Annotated<VideoSceneAnnotationTool.VideoScene,String>Annotated.getObject()public Collection<String> getAnnotations()
getAnnotations in interface Annotated<VideoSceneAnnotationTool.VideoScene,String>Annotated.getAnnotations()