public interface NormalizedBoundingBoxOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getBottom()
Bottom Y coordinate.
|
float |
getLeft()
Left X coordinate.
|
float |
getRight()
Right X coordinate.
|
float |
getTop()
Top Y coordinate.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getLeft()
Left X coordinate.
float left = 1;float getTop()
Top Y coordinate.
float top = 2;float getRight()
Right X coordinate.
float right = 3;float getBottom()
Bottom Y coordinate.
float bottom = 4;Copyright © 2020 Google LLC. All rights reserved.