public static interface SdpImageFindingLocation.SdpBoundingBoxOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHeight()
public abstract int getHeight()Height of the bounding box in pixels.
int32 height = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The height. |
getLeft()
public abstract int getLeft()Left coordinate of the bounding box. (0,0) is upper left.
int32 left = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The left. |
getTop()
public abstract int getTop()Top coordinate of the bounding box. (0,0) is upper left.
int32 top = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The top. |
getWidth()
public abstract int getWidth()Width of the bounding box in pixels.
int32 width = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The width. |