Interface NormalizedBoundingBoxOrBuilder (2.36.0)

public interface NormalizedBoundingBoxOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBottom()

public abstract float getBottom()

Bottom Y coordinate.

float bottom = 4;

Returns
TypeDescription
float

The bottom.

getLeft()

public abstract float getLeft()

Left X coordinate.

float left = 1;

Returns
TypeDescription
float

The left.

getRight()

public abstract float getRight()

Right X coordinate.

float right = 3;

Returns
TypeDescription
float

The right.

getTop()

public abstract float getTop()

Top Y coordinate.

float top = 2;

Returns
TypeDescription
float

The top.