Interface ObjectTrackingFrameOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectTrackingFrame
,ObjectTrackingFrame.Builder
public interface ObjectTrackingFrameOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectTrackingFrame.BoundedAreaCase
getBoundedAreaCase()
BoundingPoly
getBoundingPoly()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;
BoundingPolyOrBuilder
getBoundingPolyOrBuilder()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;
NormalizedBoundingPoly
getNormalizedBoundingPoly()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
NormalizedBoundingPolyOrBuilder
getNormalizedBoundingPolyOrBuilder()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
com.google.protobuf.Duration
getTimeOffset()
The time offset of this frame relative to the beginning of the video.com.google.protobuf.DurationOrBuilder
getTimeOffsetOrBuilder()
The time offset of this frame relative to the beginning of the video.boolean
hasBoundingPoly()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;
boolean
hasNormalizedBoundingPoly()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
boolean
hasTimeOffset()
The time offset of this frame relative to the beginning of the video.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBoundingPoly
boolean hasBoundingPoly()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;
- Returns:
- Whether the boundingPoly field is set.
-
getBoundingPoly
BoundingPoly getBoundingPoly()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;
- Returns:
- The boundingPoly.
-
getBoundingPolyOrBuilder
BoundingPolyOrBuilder getBoundingPolyOrBuilder()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;
-
hasNormalizedBoundingPoly
boolean hasNormalizedBoundingPoly()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
- Returns:
- Whether the normalizedBoundingPoly field is set.
-
getNormalizedBoundingPoly
NormalizedBoundingPoly getNormalizedBoundingPoly()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
- Returns:
- The normalizedBoundingPoly.
-
getNormalizedBoundingPolyOrBuilder
NormalizedBoundingPolyOrBuilder getNormalizedBoundingPolyOrBuilder()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
-
hasTimeOffset
boolean hasTimeOffset()
The time offset of this frame relative to the beginning of the video.
.google.protobuf.Duration time_offset = 3;
- Returns:
- Whether the timeOffset field is set.
-
getTimeOffset
com.google.protobuf.Duration getTimeOffset()
The time offset of this frame relative to the beginning of the video.
.google.protobuf.Duration time_offset = 3;
- Returns:
- The timeOffset.
-
getTimeOffsetOrBuilder
com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder()
The time offset of this frame relative to the beginning of the video.
.google.protobuf.Duration time_offset = 3;
-
getBoundedAreaCase
ObjectTrackingFrame.BoundedAreaCase getBoundedAreaCase()
-
-