Interface ObjectTrackingFrameOrBuilder (0.162.0)

public interface ObjectTrackingFrameOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBoundedAreaCase()

public abstract ObjectTrackingFrame.BoundedAreaCase getBoundedAreaCase()
Returns
TypeDescription
ObjectTrackingFrame.BoundedAreaCase

getBoundingPoly()

public abstract BoundingPoly getBoundingPoly()

.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;

Returns
TypeDescription
BoundingPoly

The boundingPoly.

getBoundingPolyOrBuilder()

public abstract BoundingPolyOrBuilder getBoundingPolyOrBuilder()

.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;

Returns
TypeDescription
BoundingPolyOrBuilder

getNormalizedBoundingPoly()

public abstract NormalizedBoundingPoly getNormalizedBoundingPoly()

.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;

Returns
TypeDescription
NormalizedBoundingPoly

The normalizedBoundingPoly.

getNormalizedBoundingPolyOrBuilder()

public abstract NormalizedBoundingPolyOrBuilder getNormalizedBoundingPolyOrBuilder()

.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;

Returns
TypeDescription
NormalizedBoundingPolyOrBuilder

getTimeOffset()

public abstract Duration getTimeOffset()

The time offset of this frame relative to the beginning of the video.

.google.protobuf.Duration time_offset = 3;

Returns
TypeDescription
Duration

The timeOffset.

getTimeOffsetOrBuilder()

public abstract DurationOrBuilder getTimeOffsetOrBuilder()

The time offset of this frame relative to the beginning of the video.

.google.protobuf.Duration time_offset = 3;

Returns
TypeDescription
DurationOrBuilder

hasBoundingPoly()

public abstract boolean hasBoundingPoly()

.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;

Returns
TypeDescription
boolean

Whether the boundingPoly field is set.

hasNormalizedBoundingPoly()

public abstract boolean hasNormalizedBoundingPoly()

.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;

Returns
TypeDescription
boolean

Whether the normalizedBoundingPoly field is set.

hasTimeOffset()

public abstract boolean hasTimeOffset()

The time offset of this frame relative to the beginning of the video.

.google.protobuf.Duration time_offset = 3;

Returns
TypeDescription
boolean

Whether the timeOffset field is set.