public interface ObjectTrackingFrameOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNormalizedBoundingBox()
public abstract NormalizedBoundingBox getNormalizedBoundingBox()The normalized bounding box location of this object track for the frame.
.google.cloud.videointelligence.v1p2beta1.NormalizedBoundingBox normalized_bounding_box = 1;
| Returns | |
|---|---|
| Type | Description |
NormalizedBoundingBox |
The normalizedBoundingBox. |
getNormalizedBoundingBoxOrBuilder()
public abstract NormalizedBoundingBoxOrBuilder getNormalizedBoundingBoxOrBuilder()The normalized bounding box location of this object track for the frame.
.google.cloud.videointelligence.v1p2beta1.NormalizedBoundingBox normalized_bounding_box = 1;
| Returns | |
|---|---|
| Type | Description |
NormalizedBoundingBoxOrBuilder |
|
getTimeOffset()
public abstract Duration getTimeOffset()The timestamp of the frame in microseconds.
.google.protobuf.Duration time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
Duration |
The timeOffset. |
getTimeOffsetOrBuilder()
public abstract DurationOrBuilder getTimeOffsetOrBuilder()The timestamp of the frame in microseconds.
.google.protobuf.Duration time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasNormalizedBoundingBox()
public abstract boolean hasNormalizedBoundingBox()The normalized bounding box location of this object track for the frame.
.google.cloud.videointelligence.v1p2beta1.NormalizedBoundingBox normalized_bounding_box = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the normalizedBoundingBox field is set. |
hasTimeOffset()
public abstract boolean hasTimeOffset()The timestamp of the frame in microseconds.
.google.protobuf.Duration time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timeOffset field is set. |