Interface VideoObjectTrackingPredictionResult.BoundingBoxOrBuilder (0.2.0)

public static interface VideoObjectTrackingPredictionResult.BoundingBoxOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getXMax()

public abstract float getXMax()

The rightmost coordinate of the bounding box.

float x_max = 2;

Returns
Type Description
float

The xMax.

getXMin()

public abstract float getXMin()

The leftmost coordinate of the bounding box.

float x_min = 1;

Returns
Type Description
float

The xMin.

getYMax()

public abstract float getYMax()

The bottommost coordinate of the bounding box.

float y_max = 4;

Returns
Type Description
float

The yMax.

getYMin()

public abstract float getYMin()

The topmost coordinate of the bounding box.

float y_min = 3;

Returns
Type Description
float

The yMin.