Stream Processor Bounding Box
data class StreamProcessorBoundingBox(val height: Double, val left: Double, val top: Double, val width: Double)
A bounding box denoting a region of interest in the frame to be analyzed.
A bounding box denoting a region of interest in the frame to be analyzed.