public static interface VideoObjectTrackingPredictionResult.FrameOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTimeOffset()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
Duration |
The timeOffset. |
getTimeOffsetOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getXMax()
public abstract FloatValue getXMax()The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;
| Returns | |
|---|---|
| Type | Description |
FloatValue |
The xMax. |
getXMaxOrBuilder()
public abstract FloatValueOrBuilder getXMaxOrBuilder()The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;
| Returns | |
|---|---|
| Type | Description |
FloatValueOrBuilder |
|
getXMin()
public abstract FloatValue getXMin()The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;
| Returns | |
|---|---|
| Type | Description |
FloatValue |
The xMin. |
getXMinOrBuilder()
public abstract FloatValueOrBuilder getXMinOrBuilder()The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;
| Returns | |
|---|---|
| Type | Description |
FloatValueOrBuilder |
|
getYMax()
public abstract FloatValue getYMax()The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;
| Returns | |
|---|---|
| Type | Description |
FloatValue |
The yMax. |
getYMaxOrBuilder()
public abstract FloatValueOrBuilder getYMaxOrBuilder()The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;
| Returns | |
|---|---|
| Type | Description |
FloatValueOrBuilder |
|
getYMin()
public abstract FloatValue getYMin()The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;
| Returns | |
|---|---|
| Type | Description |
FloatValue |
The yMin. |
getYMinOrBuilder()
public abstract FloatValueOrBuilder getYMinOrBuilder()The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;
| Returns | |
|---|---|
| Type | Description |
FloatValueOrBuilder |
|
hasTimeOffset()
public abstract boolean 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timeOffset field is set. |
hasXMax()
public abstract boolean hasXMax()The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the xMax field is set. |
hasXMin()
public abstract boolean hasXMin()The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the xMin field is set. |
hasYMax()
public abstract boolean hasYMax()The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the yMax field is set. |
hasYMin()
public abstract boolean hasYMin()The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the yMin field is set. |