StreamProcessorBoundingBoxArgs

data class StreamProcessorBoundingBoxArgs(val height: Output<Double>, val left: Output<Double>, val top: Output<Double>, val width: Output<Double>) : ConvertibleToJava<StreamProcessorBoundingBoxArgs>

A bounding box denoting a region of interest in the frame to be analyzed.

Constructors

Link copied to clipboard
constructor(height: Output<Double>, left: Output<Double>, top: Output<Double>, width: Output<Double>)

Properties

Link copied to clipboard
val height: Output<Double>

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

Link copied to clipboard
val left: Output<Double>

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

Link copied to clipboard
val top: Output<Double>

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

Link copied to clipboard
val width: Output<Double>

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

Functions

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