StreamProcessorRegionsOfInterestBoundingBoxArgs

data class StreamProcessorRegionsOfInterestBoundingBoxArgs(val height: Output<Double>? = null, val left: Output<Double>? = null, val top: Output<Double>? = null, val width: Output<Double>? = null) : ConvertibleToJava<StreamProcessorRegionsOfInterestBoundingBoxArgs>

Constructors

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

Properties

Link copied to clipboard
val height: Output<Double>? = null

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

Link copied to clipboard
val left: Output<Double>? = null

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

Link copied to clipboard
val top: Output<Double>? = null

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

Link copied to clipboard
val width: Output<Double>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): StreamProcessorRegionsOfInterestBoundingBoxArgs