- 2.82.0 (latest)
- 2.81.0
- 2.79.0
- 2.77.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.71.0
- 2.69.0
- 2.67.0
- 2.66.0
- 2.63.0
- 2.62.0
- 2.61.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.13
- 2.1.0
- 2.0.27
public static final class TimestampedObject.Builder extends GeneratedMessage.Builder<TimestampedObject.Builder> implements TimestampedObjectOrBuilderFor tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.
Protobuf type google.cloud.videointelligence.v1p3beta1.TimestampedObject
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TimestampedObject.BuilderImplements
TimestampedObjectOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllAttributes(Iterable<? extends DetectedAttribute> values)
public TimestampedObject.Builder addAllAttributes(Iterable<? extends DetectedAttribute> values)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 |
values |
Iterable<? extends com.google.cloud.videointelligence.v1p3beta1.DetectedAttribute> |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
addAllLandmarks(Iterable<? extends DetectedLandmark> values)
public TimestampedObject.Builder addAllLandmarks(Iterable<? extends DetectedLandmark> values)Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.videointelligence.v1p3beta1.DetectedLandmark> |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
addAttributes(DetectedAttribute value)
public TimestampedObject.Builder addAttributes(DetectedAttribute value)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 |
value |
DetectedAttribute |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
addAttributes(DetectedAttribute.Builder builderForValue)
public TimestampedObject.Builder addAttributes(DetectedAttribute.Builder builderForValue)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 |
builderForValue |
DetectedAttribute.Builder |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
addAttributes(int index, DetectedAttribute value)
public TimestampedObject.Builder addAttributes(int index, DetectedAttribute value)Optional. The attributes of the object in the bounding box.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DetectedAttribute |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
addAttributes(int index, DetectedAttribute.Builder builderForValue)
public TimestampedObject.Builder addAttributes(int index, DetectedAttribute.Builder builderForValue)Optional. The attributes of the object in the bounding box.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DetectedAttribute.Builder |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
addAttributesBuilder()
public DetectedAttribute.Builder addAttributesBuilder()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 |
DetectedAttribute.Builder |
|
addAttributesBuilder(int index)
public DetectedAttribute.Builder addAttributesBuilder(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.Builder |
|
addLandmarks(DetectedLandmark value)
public TimestampedObject.Builder addLandmarks(DetectedLandmark value)Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
DetectedLandmark |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
addLandmarks(DetectedLandmark.Builder builderForValue)
public TimestampedObject.Builder addLandmarks(DetectedLandmark.Builder builderForValue)Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DetectedLandmark.Builder |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
addLandmarks(int index, DetectedLandmark value)
public TimestampedObject.Builder addLandmarks(int index, DetectedLandmark value)Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DetectedLandmark |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
addLandmarks(int index, DetectedLandmark.Builder builderForValue)
public TimestampedObject.Builder addLandmarks(int index, DetectedLandmark.Builder builderForValue)Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DetectedLandmark.Builder |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
addLandmarksBuilder()
public DetectedLandmark.Builder addLandmarksBuilder()Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DetectedLandmark.Builder |
|
addLandmarksBuilder(int index)
public DetectedLandmark.Builder addLandmarksBuilder(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.Builder |
|
build()
public TimestampedObject build()| Returns | |
|---|---|
| Type | Description |
TimestampedObject |
|
buildPartial()
public TimestampedObject buildPartial()| Returns | |
|---|---|
| Type | Description |
TimestampedObject |
|
clear()
public TimestampedObject.Builder clear()| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
clearAttributes()
public TimestampedObject.Builder clearAttributes()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 |
TimestampedObject.Builder |
|
clearLandmarks()
public TimestampedObject.Builder clearLandmarks()Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
clearNormalizedBoundingBox()
public TimestampedObject.Builder clearNormalizedBoundingBox()Normalized Bounding box in a frame, where the object is located.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
clearTimeOffset()
public TimestampedObject.Builder clearTimeOffset()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 |
TimestampedObject.Builder |
|
getAttributes(int index)
public 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 |
|
getAttributesBuilder(int index)
public DetectedAttribute.Builder getAttributesBuilder(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.Builder |
|
getAttributesBuilderList()
public List<DetectedAttribute.Builder> getAttributesBuilderList()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<Builder> |
|
getAttributesCount()
public 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 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 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 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> |
|
getDefaultInstanceForType()
public TimestampedObject getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TimestampedObject |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLandmarks(int index)
public 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 |
|
getLandmarksBuilder(int index)
public DetectedLandmark.Builder getLandmarksBuilder(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.Builder |
|
getLandmarksBuilderList()
public List<DetectedLandmark.Builder> getLandmarksBuilderList()Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getLandmarksCount()
public 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 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 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 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 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. |
getNormalizedBoundingBoxBuilder()
public NormalizedBoundingBox.Builder getNormalizedBoundingBoxBuilder()Normalized Bounding box in a frame, where the object is located.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
| Returns | |
|---|---|
| Type | Description |
NormalizedBoundingBox.Builder |
|
getNormalizedBoundingBoxOrBuilder()
public 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 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. |
getTimeOffsetBuilder()
public Duration.Builder getTimeOffsetBuilder()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 |
Builder |
|
getTimeOffsetOrBuilder()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(TimestampedObject other)
public TimestampedObject.Builder mergeFrom(TimestampedObject other)| Parameter | |
|---|---|
| Name | Description |
other |
TimestampedObject |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TimestampedObject.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TimestampedObject.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
mergeNormalizedBoundingBox(NormalizedBoundingBox value)
public TimestampedObject.Builder mergeNormalizedBoundingBox(NormalizedBoundingBox value)Normalized Bounding box in a frame, where the object is located.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
NormalizedBoundingBox |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
mergeTimeOffset(Duration value)
public TimestampedObject.Builder mergeTimeOffset(Duration value)Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.
.google.protobuf.Duration time_offset = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
removeAttributes(int index)
public TimestampedObject.Builder removeAttributes(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 |
TimestampedObject.Builder |
|
removeLandmarks(int index)
public TimestampedObject.Builder removeLandmarks(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 |
TimestampedObject.Builder |
|
setAttributes(int index, DetectedAttribute value)
public TimestampedObject.Builder setAttributes(int index, DetectedAttribute value)Optional. The attributes of the object in the bounding box.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DetectedAttribute |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
setAttributes(int index, DetectedAttribute.Builder builderForValue)
public TimestampedObject.Builder setAttributes(int index, DetectedAttribute.Builder builderForValue)Optional. The attributes of the object in the bounding box.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DetectedAttribute.Builder |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
setLandmarks(int index, DetectedLandmark value)
public TimestampedObject.Builder setLandmarks(int index, DetectedLandmark value)Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DetectedLandmark |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
setLandmarks(int index, DetectedLandmark.Builder builderForValue)
public TimestampedObject.Builder setLandmarks(int index, DetectedLandmark.Builder builderForValue)Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DetectedLandmark.Builder |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
setNormalizedBoundingBox(NormalizedBoundingBox value)
public TimestampedObject.Builder setNormalizedBoundingBox(NormalizedBoundingBox value)Normalized Bounding box in a frame, where the object is located.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
NormalizedBoundingBox |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
setNormalizedBoundingBox(NormalizedBoundingBox.Builder builderForValue)
public TimestampedObject.Builder setNormalizedBoundingBox(NormalizedBoundingBox.Builder builderForValue)Normalized Bounding box in a frame, where the object is located.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
NormalizedBoundingBox.Builder |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
setTimeOffset(Duration value)
public TimestampedObject.Builder setTimeOffset(Duration value)Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.
.google.protobuf.Duration time_offset = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|
setTimeOffset(Duration.Builder builderForValue)
public TimestampedObject.Builder setTimeOffset(Duration.Builder builderForValue)Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.
.google.protobuf.Duration time_offset = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
TimestampedObject.Builder |
|