Stream Processor Regions Of Interest Bounding Box
data class StreamProcessorRegionsOfInterestBoundingBox(val height: Double? = null, val left: Double? = null, val top: Double? = null, val width: Double? = null)