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