public interface ObjectTrackingFrameOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBoundingPoly()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;BoundingPoly getBoundingPoly()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;BoundingPolyOrBuilder getBoundingPolyOrBuilder()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;boolean hasNormalizedBoundingPoly()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
NormalizedBoundingPoly getNormalizedBoundingPoly()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
NormalizedBoundingPolyOrBuilder getNormalizedBoundingPolyOrBuilder()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 2;
boolean hasTimeOffset()
The time offset of this frame relative to the beginning of the video.
.google.protobuf.Duration time_offset = 3;com.google.protobuf.Duration getTimeOffset()
The time offset of this frame relative to the beginning of the video.
.google.protobuf.Duration time_offset = 3;com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder()
The time offset of this frame relative to the beginning of the video.
.google.protobuf.Duration time_offset = 3;ObjectTrackingFrame.BoundedAreaCase getBoundedAreaCase()
Copyright © 2019 Google LLC. All rights reserved.