StreamProcessorPointArgs

data class StreamProcessorPointArgs(val x: Output<Double>, val y: Output<Double>) : ConvertibleToJava<StreamProcessorPointArgs>

An (X, Y) cartesian coordinate denoting a point on the frame

Constructors

Link copied to clipboard
constructor(x: Output<Double>, y: Output<Double>)

Properties

Link copied to clipboard
val x: Output<Double>

The X coordinate of the point.

Link copied to clipboard
val y: Output<Double>

The Y coordinate of the point.

Functions

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