Interface TimestampedObjectOrBuilder (2.0.27)

public interface TimestampedObjectOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttributes(int index)

public abstract DetectedAttribute getAttributes(int index)

Optional. The attributes of the object in the bounding box.

repeated .google.cloud.videointelligence.v1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint
Returns
TypeDescription
DetectedAttribute

getAttributesCount()

public abstract int getAttributesCount()

Optional. The attributes of the object in the bounding box.

repeated .google.cloud.videointelligence.v1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

getAttributesList()

public abstract List<DetectedAttribute> getAttributesList()

Optional. The attributes of the object in the bounding box.

repeated .google.cloud.videointelligence.v1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
List<DetectedAttribute>

getAttributesOrBuilder(int index)

public abstract DetectedAttributeOrBuilder getAttributesOrBuilder(int index)

Optional. The attributes of the object in the bounding box.

repeated .google.cloud.videointelligence.v1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint
Returns
TypeDescription
DetectedAttributeOrBuilder

getAttributesOrBuilderList()

public abstract List<? extends DetectedAttributeOrBuilder> getAttributesOrBuilderList()

Optional. The attributes of the object in the bounding box.

repeated .google.cloud.videointelligence.v1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1.DetectedAttributeOrBuilder>

getLandmarks(int index)

public abstract DetectedLandmark getLandmarks(int index)

Optional. The detected landmarks.

repeated .google.cloud.videointelligence.v1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint
Returns
TypeDescription
DetectedLandmark

getLandmarksCount()

public abstract int getLandmarksCount()

Optional. The detected landmarks.

repeated .google.cloud.videointelligence.v1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

getLandmarksList()

public abstract List<DetectedLandmark> getLandmarksList()

Optional. The detected landmarks.

repeated .google.cloud.videointelligence.v1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
List<DetectedLandmark>

getLandmarksOrBuilder(int index)

public abstract DetectedLandmarkOrBuilder getLandmarksOrBuilder(int index)

Optional. The detected landmarks.

repeated .google.cloud.videointelligence.v1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint
Returns
TypeDescription
DetectedLandmarkOrBuilder

getLandmarksOrBuilderList()

public abstract List<? extends DetectedLandmarkOrBuilder> getLandmarksOrBuilderList()

Optional. The detected landmarks.

repeated .google.cloud.videointelligence.v1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1.DetectedLandmarkOrBuilder>

getNormalizedBoundingBox()

public abstract NormalizedBoundingBox getNormalizedBoundingBox()

Normalized Bounding box in a frame, where the object is located.

.google.cloud.videointelligence.v1.NormalizedBoundingBox normalized_bounding_box = 1;

Returns
TypeDescription
NormalizedBoundingBox

The normalizedBoundingBox.

getNormalizedBoundingBoxOrBuilder()

public abstract NormalizedBoundingBoxOrBuilder getNormalizedBoundingBoxOrBuilder()

Normalized Bounding box in a frame, where the object is located.

.google.cloud.videointelligence.v1.NormalizedBoundingBox normalized_bounding_box = 1;

Returns
TypeDescription
NormalizedBoundingBoxOrBuilder

getTimeOffset()

public abstract Duration getTimeOffset()

Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.

.google.protobuf.Duration time_offset = 2;

Returns
TypeDescription
Duration

The timeOffset.

getTimeOffsetOrBuilder()

public abstract DurationOrBuilder getTimeOffsetOrBuilder()

Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.

.google.protobuf.Duration time_offset = 2;

Returns
TypeDescription
DurationOrBuilder

hasNormalizedBoundingBox()

public abstract boolean hasNormalizedBoundingBox()

Normalized Bounding box in a frame, where the object is located.

.google.cloud.videointelligence.v1.NormalizedBoundingBox normalized_bounding_box = 1;

Returns
TypeDescription
boolean

Whether the normalizedBoundingBox field is set.

hasTimeOffset()

public abstract boolean hasTimeOffset()

Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.

.google.protobuf.Duration time_offset = 2;

Returns
TypeDescription
boolean

Whether the timeOffset field is set.