Stream Processor Regions Of Interest
data class StreamProcessorRegionsOfInterest(val boundingBox: StreamProcessorRegionsOfInterestBoundingBox? = null, val polygons: List<StreamProcessorRegionsOfInterestPolygon>)
Constructors
Link copied to clipboard
constructor(boundingBox: StreamProcessorRegionsOfInterestBoundingBox? = null, polygons: List<StreamProcessorRegionsOfInterestPolygon>)