public interface TimestampedObjectOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttributes(int index)
public abstract DetectedAttribute getAttributes(int index)Optional. The attributes of the object in the bounding box.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DetectedAttribute |
|
getAttributesCount()
public abstract int getAttributesCount()Optional. The attributes of the object in the bounding box.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getAttributesList()
public abstract List<DetectedAttribute> getAttributesList()Optional. The attributes of the object in the bounding box.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
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.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DetectedAttributeOrBuilder |
|
getAttributesOrBuilderList()
public abstract List<? extends DetectedAttributeOrBuilder> getAttributesOrBuilderList()Optional. The attributes of the object in the bounding box.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.videointelligence.v1p3beta1.DetectedAttributeOrBuilder> |
|
getLandmarks(int index)
public abstract DetectedLandmark getLandmarks(int index)Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DetectedLandmark |
|
getLandmarksCount()
public abstract int getLandmarksCount()Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getLandmarksList()
public abstract List<DetectedLandmark> getLandmarksList()Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<DetectedLandmark> |
|
getLandmarksOrBuilder(int index)
public abstract DetectedLandmarkOrBuilder getLandmarksOrBuilder(int index)Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DetectedLandmarkOrBuilder |
|
getLandmarksOrBuilderList()
public abstract List<? extends DetectedLandmarkOrBuilder> getLandmarksOrBuilderList()Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.videointelligence.v1p3beta1.DetectedLandmarkOrBuilder> |
|
getNormalizedBoundingBox()
public abstract NormalizedBoundingBox getNormalizedBoundingBox()Normalized Bounding box in a frame, where the object is located.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
| Returns | |
|---|---|
| Type | Description |
NormalizedBoundingBox |
The normalizedBoundingBox. |
getNormalizedBoundingBoxOrBuilder()
public abstract NormalizedBoundingBoxOrBuilder getNormalizedBoundingBoxOrBuilder()Normalized Bounding box in a frame, where the object is located.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasNormalizedBoundingBox()
public abstract boolean hasNormalizedBoundingBox()Normalized Bounding box in a frame, where the object is located.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the timeOffset field is set. |