Interface VideoObjectTrackingPredictionResult.FrameOrBuilder (3.42.0)

public static interface VideoObjectTrackingPredictionResult.FrameOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
DurationOrBuilder

getXMax()

public abstract FloatValue getXMax()

The rightmost coordinate of the bounding box.

.google.protobuf.FloatValue x_max = 3;

Returns
TypeDescription
FloatValue

The xMax.

getXMaxOrBuilder()

public abstract FloatValueOrBuilder getXMaxOrBuilder()

The rightmost coordinate of the bounding box.

.google.protobuf.FloatValue x_max = 3;

Returns
TypeDescription
FloatValueOrBuilder

getXMin()

public abstract FloatValue getXMin()

The leftmost coordinate of the bounding box.

.google.protobuf.FloatValue x_min = 2;

Returns
TypeDescription
FloatValue

The xMin.

getXMinOrBuilder()

public abstract FloatValueOrBuilder getXMinOrBuilder()

The leftmost coordinate of the bounding box.

.google.protobuf.FloatValue x_min = 2;

Returns
TypeDescription
FloatValueOrBuilder

getYMax()

public abstract FloatValue getYMax()

The bottommost coordinate of the bounding box.

.google.protobuf.FloatValue y_max = 5;

Returns
TypeDescription
FloatValue

The yMax.

getYMaxOrBuilder()

public abstract FloatValueOrBuilder getYMaxOrBuilder()

The bottommost coordinate of the bounding box.

.google.protobuf.FloatValue y_max = 5;

Returns
TypeDescription
FloatValueOrBuilder

getYMin()

public abstract FloatValue getYMin()

The topmost coordinate of the bounding box.

.google.protobuf.FloatValue y_min = 4;

Returns
TypeDescription
FloatValue

The yMin.

getYMinOrBuilder()

public abstract FloatValueOrBuilder getYMinOrBuilder()

The topmost coordinate of the bounding box.

.google.protobuf.FloatValue y_min = 4;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the yMin field is set.