vars.annotation.Observation |
![]() |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | PROP_ASSOCIATIONS | ||||||||||
String | PROP_CONCEPT_NAME | ||||||||||
String | PROP_NOTES | ||||||||||
String | PROP_OBSERVATION_DATE | ||||||||||
String | PROP_OBSERVER | ||||||||||
String | PROP_VIDEO_FRAME | ||||||||||
String | PROP_X | ||||||||||
String | PROP_Y |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add to the
Association collection. | |||||||||||
WARNING! Do not add or remove directly from this collection.
| |||||||||||
Indicates if this observation has a sample associated with it.
| |||||||||||
Remove from the
Association collection. | |||||||||||
The date the annotator annotated this observation.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Add to the Association
collection.
association | The Association object to add. |
---|
Association
object if added, the
matching Association
object otherwise.WARNING! Do not add or remove directly from this collection.
Indicates if this observation has a sample associated with it. It does this by looking at each association for the linkName starting with sampled.
Remove from the Association
collection.
association | The Association object to remove.
|
---|
string | NOTE: String longer than 200 characters will be truncated |
---|
The date the annotator annotated this observation. Got it ;-)
observer | A name representing the person (or software?) who made the observation |
---|
x | The x location of the observation within the videoFrame in pixels |
---|
y | The y location of the observation within the videoFrame in pixels |
---|