StreamProcessorRegionsOfInterestBoundingBox

data class StreamProcessorRegionsOfInterestBoundingBox(val height: Double? = null, val left: Double? = null, val top: Double? = null, val width: Double? = null)

Constructors

constructor(height: Double? = null, left: Double? = null, top: Double? = null, width: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val height: Double? = null

Height of the bounding box as a ratio of the overall image height.

Link copied to clipboard
val left: Double? = null

Left coordinate of the bounding box as a ratio of overall image width.

Link copied to clipboard
val top: Double? = null

Top coordinate of the bounding box as a ratio of overall image height.

Link copied to clipboard
val width: Double? = null

Width of the bounding box as a ratio of the overall image width.