public static class VideoGroundTruth.AnnotatedIdentifiable extends Object implements Identifiable
| Modifier and Type | Field and Description |
|---|---|
VideoTimecode |
endTimestamp
The timestamp at which the tags are no longer valid for the
identifiable
|
Identifiable |
id
This identifiable
|
VideoTimecode |
startTimestamp
The timestamp at which the tags are valid for the identifiable
|
List<String> |
tags
Tags associated with this identifiable
|
| Constructor and Description |
|---|
AnnotatedIdentifiable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getID() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequalspublic VideoTimecode startTimestamp
public VideoTimecode endTimestamp
public Identifiable id
public AnnotatedIdentifiable()
public String getID()
getID in interface IdentifiableIdentifiable.getID()