public interface FaceLocationOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
getBoundingBox()
Bounding box in a frame.
|
BoundingBoxOrBuilder |
getBoundingBoxOrBuilder()
Bounding box in a frame.
|
long |
getTimeOffset()
Video time offset in microseconds.
|
boolean |
hasBoundingBox()
Bounding box in a frame.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasBoundingBox()
Bounding box in a frame.
.google.cloud.videointelligence.v1beta1.BoundingBox bounding_box = 1;BoundingBox getBoundingBox()
Bounding box in a frame.
.google.cloud.videointelligence.v1beta1.BoundingBox bounding_box = 1;BoundingBoxOrBuilder getBoundingBoxOrBuilder()
Bounding box in a frame.
.google.cloud.videointelligence.v1beta1.BoundingBox bounding_box = 1;long getTimeOffset()
Video time offset in microseconds.
int64 time_offset = 2;