public interface ObjectTrackingFrameOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBoundedAreaCase()
public abstract ObjectTrackingFrame.BoundedAreaCase getBoundedAreaCase()| Type | Description |
| ObjectTrackingFrame.BoundedAreaCase |
getBoundingPoly()
public abstract BoundingPoly getBoundingPoly().google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;
| Type | Description |
| BoundingPoly | The boundingPoly. |
getBoundingPolyOrBuilder()
public abstract BoundingPolyOrBuilder getBoundingPolyOrBuilder().google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;
| Type | Description |
| BoundingPolyOrBuilder |
getNormalizedBoundingPoly()
public abstract NormalizedBoundingPoly getNormalizedBoundingPoly().google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
| Type | Description |
| NormalizedBoundingPoly | The normalizedBoundingPoly. |
getNormalizedBoundingPolyOrBuilder()
public abstract NormalizedBoundingPolyOrBuilder getNormalizedBoundingPolyOrBuilder().google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| DurationOrBuilder |
hasBoundingPoly()
public abstract boolean hasBoundingPoly().google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;
| Type | Description |
| boolean | Whether the boundingPoly field is set. |
hasNormalizedBoundingPoly()
public abstract boolean hasNormalizedBoundingPoly().google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the timeOffset field is set. |