public interface BoundingBoxOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Height of the bounding box in pixels.
|
int |
getLeft()
Left coordinate of the bounding box.
|
int |
getTop()
Top coordinate of the bounding box.
|
int |
getWidth()
Width of the bounding box in pixels.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedint getTop()
Top coordinate of the bounding box. (0,0) is upper left.
int32 top = 1;int getLeft()
Left coordinate of the bounding box. (0,0) is upper left.
int32 left = 2;int getWidth()
Width of the bounding box in pixels.
int32 width = 3;int getHeight()
Height of the bounding box in pixels.
int32 height = 4;