org.robokind.api.vision
Interface ImageRegionList<T extends ImageRegion>


public interface ImageRegionList<T extends ImageRegion>

Provides a List of ImageRegions and metadata about their origin.

Author:
Matthew Stevenson

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

getImageSourceId

String getImageSourceId()
Returns the id String for the source of the Image.

Returns:
id String for the source of the Image

getImageId

Long getImageId()
Returns the id of the associated Image.

Returns:
id of the associated Image

getImageTimestampMillisecUTC

Long getImageTimestampMillisecUTC()
Returns the timestamp from when the Image was captured.

Returns:
timestamp from when the Image was captured

getImageProcessorId

String getImageProcessorId()
Returns the id String of the processor which produced the ImageRegions.

Returns:
id String of the processor which produced the ImageRegions

getImageRegionsId

Long getImageRegionsId()
Returns the id of this ImageRegionList event.

Returns:
id of this ImageRegionList event

getProcessorStartTimestampMillisecUTC

Long getProcessorStartTimestampMillisecUTC()
Returns the timestamp from when the image processing began.

Returns:
timestamp from when the image processing began

getProcessorCompleteTimestampMillisecUTC

Long getProcessorCompleteTimestampMillisecUTC()
Returns the timestamp from when the image processing completed.

Returns:
timestamp from when the image processing completed

getRegions

List<T> getRegions()
Returns the array of ImageRegions.

Returns:
array of ImageRegions


Copyright © 2011-2013. All Rights Reserved.