|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.robokind.impl.vision.PortableImageRegionList
public class PortableImageRegionList
ImageRegionList implementation wrapping an ImageRegionListRecord.
Nested Class Summary | |
---|---|
static class |
PortableImageRegionList.ImageRegionListRecordAdapter
Converts an ImageRegionListRecor to a PortableImageRegionList |
Constructor Summary | |
---|---|
PortableImageRegionList(org.robokind.api.vision.ImageRegionList regionList)
Creates a PortableImageRegionList from an existing ImageRegionList. |
|
PortableImageRegionList(org.robokind.avrogen.vision.ImageRegionListRecord regions)
Creates a new PortableImageRegionList from an ImageRegionListRecord. |
Method Summary | |
---|---|
long |
getImageId()
|
String |
getImageProcessorId()
|
org.robokind.avrogen.vision.ImageRegionListRecord |
getImageRegionListRecord()
Returns the underlying ImageRegionListRecord. |
org.robokind.api.vision.ImageRegion[] |
getImageRegions()
|
long |
getImageRegionsId()
|
String |
getImageSourceId()
|
long |
getImageTimestampUTC()
|
long |
getProcessorCompleteTimestampUTC()
|
long |
getProcessorStartTimestampUTC()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortableImageRegionList(org.robokind.avrogen.vision.ImageRegionListRecord regions)
regions
- ImageRegionListRecord to wrappublic PortableImageRegionList(org.robokind.api.vision.ImageRegionList regionList)
regionList
- ImageRegionList to wrapMethod Detail |
---|
public String getImageSourceId()
getImageSourceId
in interface org.robokind.api.vision.ImageRegionList
public long getImageId()
getImageId
in interface org.robokind.api.vision.ImageRegionList
public long getImageTimestampUTC()
getImageTimestampUTC
in interface org.robokind.api.vision.ImageRegionList
public String getImageProcessorId()
getImageProcessorId
in interface org.robokind.api.vision.ImageRegionList
public long getImageRegionsId()
getImageRegionsId
in interface org.robokind.api.vision.ImageRegionList
public long getProcessorStartTimestampUTC()
getProcessorStartTimestampUTC
in interface org.robokind.api.vision.ImageRegionList
public long getProcessorCompleteTimestampUTC()
getProcessorCompleteTimestampUTC
in interface org.robokind.api.vision.ImageRegionList
public org.robokind.api.vision.ImageRegion[] getImageRegions()
getImageRegions
in interface org.robokind.api.vision.ImageRegionList
public org.robokind.avrogen.vision.ImageRegionListRecord getImageRegionListRecord()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |