Interface BoundingBoxOrBuilder (3.4.0)

public interface BoundingBoxOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHeight()

public abstract int getHeight()

Height of the bounding box in pixels.

int32 height = 4;

Returns
TypeDescription
int

The height.

getLeft()

public abstract int getLeft()

Left coordinate of the bounding box. (0,0) is upper left.

int32 left = 2;

Returns
TypeDescription
int

The left.

getTop()

public abstract int getTop()

Top coordinate of the bounding box. (0,0) is upper left.

int32 top = 1;

Returns
TypeDescription
int

The top.

getWidth()

public abstract int getWidth()

Width of the bounding box in pixels.

int32 width = 3;

Returns
TypeDescription
int

The width.