Interface ObjectTrackingFrameOrBuilder (2.36.0)

public interface ObjectTrackingFrameOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
NormalizedBoundingBoxOrBuilder

getTimeOffset()

public abstract Duration getTimeOffset()

The timestamp of the frame in microseconds.

.google.protobuf.Duration time_offset = 2;

Returns
TypeDescription
Duration

The timeOffset.

getTimeOffsetOrBuilder()

public abstract DurationOrBuilder getTimeOffsetOrBuilder()

The timestamp of the frame in microseconds.

.google.protobuf.Duration time_offset = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the timeOffset field is set.