public interface ImageRegionList<T extends ImageRegion>
| Modifier and Type | Method and Description |
|---|---|
Long |
getImageId()
Returns the id of the associated Image.
|
String |
getImageProcessorId()
Returns the id String of the processor which produced the ImageRegions.
|
Long |
getImageRegionsId()
Returns the id of this ImageRegionList event.
|
String |
getImageSourceId()
Returns the id String for the source of the Image.
|
Long |
getImageTimestampMillisecUTC()
Returns the timestamp from when the Image was captured.
|
Long |
getProcessorCompleteTimestampMillisecUTC()
Returns the timestamp from when the image processing completed.
|
Long |
getProcessorStartTimestampMillisecUTC()
Returns the timestamp from when the image processing began.
|
List<T> |
getRegions()
Returns the array of ImageRegions.
|
String getImageSourceId()
Long getImageId()
Long getImageTimestampMillisecUTC()
String getImageProcessorId()
Long getImageRegionsId()
Long getProcessorStartTimestampMillisecUTC()
Long getProcessorCompleteTimestampMillisecUTC()
Copyright © 2011-2014. All Rights Reserved.