|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageRegionList<T extends ImageRegion>
Provides a List of ImageRegions and metadata about their origin.
Method Summary | |
---|---|
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. |
Method Detail |
---|
String getImageSourceId()
Long getImageId()
Long getImageTimestampMillisecUTC()
String getImageProcessorId()
Long getImageRegionsId()
Long getProcessorStartTimestampMillisecUTC()
Long getProcessorCompleteTimestampMillisecUTC()
List<T> getRegions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |