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.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
| 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.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
| Type | Description |
| NormalizedBoundingBoxOrBuilder |
getTimeOffset()
public abstract Duration getTimeOffset()The timestamp of the frame in microseconds.
.google.protobuf.Duration time_offset = 2;
| Type | Description |
| Duration | The timeOffset. |
getTimeOffsetOrBuilder()
public abstract DurationOrBuilder getTimeOffsetOrBuilder()The timestamp of the frame in microseconds.
.google.protobuf.Duration time_offset = 2;
| Type | Description |
| DurationOrBuilder |
hasNormalizedBoundingBox()
public abstract boolean hasNormalizedBoundingBox()The normalized bounding box location of this object track for the frame.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
| 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;
| Type | Description |
| boolean | Whether the timeOffset field is set. |