|
||||||||||
| 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 | |
|---|---|
java.lang.Long |
getImageId()
Returns the id of the associated Image. |
java.lang.String |
getImageProcessorId()
Returns the id String of the processor which produced the ImageRegions. |
java.lang.Long |
getImageRegionsId()
Returns the id of this ImageRegionList event. |
java.lang.String |
getImageSourceId()
Returns the id String for the source of the Image. |
java.lang.Long |
getImageTimestampMillisecUTC()
Returns the timestamp from when the Image was captured. |
java.lang.Long |
getProcessorCompleteTimestampMillisecUTC()
Returns the timestamp from when the image processing completed. |
java.lang.Long |
getProcessorStartTimestampMillisecUTC()
Returns the timestamp from when the image processing began. |
java.util.List<T> |
getRegions()
Returns the array of ImageRegions. |
| Method Detail |
|---|
java.lang.String getImageSourceId()
java.lang.Long getImageId()
java.lang.Long getImageTimestampMillisecUTC()
java.lang.String getImageProcessorId()
java.lang.Long getImageRegionsId()
java.lang.Long getProcessorStartTimestampMillisecUTC()
java.lang.Long getProcessorCompleteTimestampMillisecUTC()
java.util.List<T> getRegions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||