public static interface VideoObjectTrackingPredictionResult.FrameOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getTimeOffset()
A time (frame) of a video in which the object has been detected.
|
com.google.protobuf.DurationOrBuilder |
getTimeOffsetOrBuilder()
A time (frame) of a video in which the object has been detected.
|
com.google.protobuf.FloatValue |
getXMax()
The rightmost coordinate of the bounding box.
|
com.google.protobuf.FloatValueOrBuilder |
getXMaxOrBuilder()
The rightmost coordinate of the bounding box.
|
com.google.protobuf.FloatValue |
getXMin()
The leftmost coordinate of the bounding box.
|
com.google.protobuf.FloatValueOrBuilder |
getXMinOrBuilder()
The leftmost coordinate of the bounding box.
|
com.google.protobuf.FloatValue |
getYMax()
The bottommost coordinate of the bounding box.
|
com.google.protobuf.FloatValueOrBuilder |
getYMaxOrBuilder()
The bottommost coordinate of the bounding box.
|
com.google.protobuf.FloatValue |
getYMin()
The topmost coordinate of the bounding box.
|
com.google.protobuf.FloatValueOrBuilder |
getYMinOrBuilder()
The topmost coordinate of the bounding box.
|
boolean |
hasTimeOffset()
A time (frame) of a video in which the object has been detected.
|
boolean |
hasXMax()
The rightmost coordinate of the bounding box.
|
boolean |
hasXMin()
The leftmost coordinate of the bounding box.
|
boolean |
hasYMax()
The bottommost coordinate of the bounding box.
|
boolean |
hasYMin()
The topmost coordinate of the bounding box.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTimeOffset()
A time (frame) of a video in which the object has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_offset = 1;com.google.protobuf.Duration getTimeOffset()
A time (frame) of a video in which the object has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_offset = 1;com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder()
A time (frame) of a video in which the object has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_offset = 1;boolean hasXMin()
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;com.google.protobuf.FloatValue getXMin()
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;com.google.protobuf.FloatValueOrBuilder getXMinOrBuilder()
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;boolean hasXMax()
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;com.google.protobuf.FloatValue getXMax()
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;com.google.protobuf.FloatValueOrBuilder getXMaxOrBuilder()
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;boolean hasYMin()
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;com.google.protobuf.FloatValue getYMin()
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;com.google.protobuf.FloatValueOrBuilder getYMinOrBuilder()
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;boolean hasYMax()
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;com.google.protobuf.FloatValue getYMax()
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;com.google.protobuf.FloatValueOrBuilder getYMaxOrBuilder()
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;Copyright © 2025 Google LLC. All rights reserved.