public static final class TimestampedObject.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TimestampedObject.Builder> implements TimestampedObjectOrBuilder
For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.Protobuf type
google.cloud.videointelligence.v1p3beta1.TimestampedObject| Modifier and Type | Method and Description |
|---|---|
TimestampedObject.Builder |
addAllAttributes(Iterable<? extends DetectedAttribute> values)
Optional.
|
TimestampedObject.Builder |
addAllLandmarks(Iterable<? extends DetectedLandmark> values)
Optional.
|
TimestampedObject.Builder |
addAttributes(DetectedAttribute.Builder builderForValue)
Optional.
|
TimestampedObject.Builder |
addAttributes(DetectedAttribute value)
Optional.
|
TimestampedObject.Builder |
addAttributes(int index,
DetectedAttribute.Builder builderForValue)
Optional.
|
TimestampedObject.Builder |
addAttributes(int index,
DetectedAttribute value)
Optional.
|
DetectedAttribute.Builder |
addAttributesBuilder()
Optional.
|
DetectedAttribute.Builder |
addAttributesBuilder(int index)
Optional.
|
TimestampedObject.Builder |
addLandmarks(DetectedLandmark.Builder builderForValue)
Optional.
|
TimestampedObject.Builder |
addLandmarks(DetectedLandmark value)
Optional.
|
TimestampedObject.Builder |
addLandmarks(int index,
DetectedLandmark.Builder builderForValue)
Optional.
|
TimestampedObject.Builder |
addLandmarks(int index,
DetectedLandmark value)
Optional.
|
DetectedLandmark.Builder |
addLandmarksBuilder()
Optional.
|
DetectedLandmark.Builder |
addLandmarksBuilder(int index)
Optional.
|
TimestampedObject.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TimestampedObject |
build() |
TimestampedObject |
buildPartial() |
TimestampedObject.Builder |
clear() |
TimestampedObject.Builder |
clearAttributes()
Optional.
|
TimestampedObject.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TimestampedObject.Builder |
clearLandmarks()
Optional.
|
TimestampedObject.Builder |
clearNormalizedBoundingBox()
Normalized Bounding box in a frame, where the object is located.
|
TimestampedObject.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TimestampedObject.Builder |
clearTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the video frame for this object.
|
TimestampedObject.Builder |
clone() |
DetectedAttribute |
getAttributes(int index)
Optional.
|
DetectedAttribute.Builder |
getAttributesBuilder(int index)
Optional.
|
List<DetectedAttribute.Builder> |
getAttributesBuilderList()
Optional.
|
int |
getAttributesCount()
Optional.
|
List<DetectedAttribute> |
getAttributesList()
Optional.
|
DetectedAttributeOrBuilder |
getAttributesOrBuilder(int index)
Optional.
|
List<? extends DetectedAttributeOrBuilder> |
getAttributesOrBuilderList()
Optional.
|
TimestampedObject |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
DetectedLandmark |
getLandmarks(int index)
Optional.
|
DetectedLandmark.Builder |
getLandmarksBuilder(int index)
Optional.
|
List<DetectedLandmark.Builder> |
getLandmarksBuilderList()
Optional.
|
int |
getLandmarksCount()
Optional.
|
List<DetectedLandmark> |
getLandmarksList()
Optional.
|
DetectedLandmarkOrBuilder |
getLandmarksOrBuilder(int index)
Optional.
|
List<? extends DetectedLandmarkOrBuilder> |
getLandmarksOrBuilderList()
Optional.
|
NormalizedBoundingBox |
getNormalizedBoundingBox()
Normalized Bounding box in a frame, where the object is located.
|
NormalizedBoundingBox.Builder |
getNormalizedBoundingBoxBuilder()
Normalized Bounding box in a frame, where the object is located.
|
NormalizedBoundingBoxOrBuilder |
getNormalizedBoundingBoxOrBuilder()
Normalized Bounding box in a frame, where the object is located.
|
com.google.protobuf.Duration |
getTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the video frame for this object.
|
com.google.protobuf.Duration.Builder |
getTimeOffsetBuilder()
Time-offset, relative to the beginning of the video,
corresponding to the video frame for this object.
|
com.google.protobuf.DurationOrBuilder |
getTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video,
corresponding to the video frame for this object.
|
boolean |
hasNormalizedBoundingBox()
Normalized Bounding box in a frame, where the object is located.
|
boolean |
hasTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the video frame for this object.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TimestampedObject.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TimestampedObject.Builder |
mergeFrom(com.google.protobuf.Message other) |
TimestampedObject.Builder |
mergeFrom(TimestampedObject other) |
TimestampedObject.Builder |
mergeNormalizedBoundingBox(NormalizedBoundingBox value)
Normalized Bounding box in a frame, where the object is located.
|
TimestampedObject.Builder |
mergeTimeOffset(com.google.protobuf.Duration value)
Time-offset, relative to the beginning of the video,
corresponding to the video frame for this object.
|
TimestampedObject.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TimestampedObject.Builder |
removeAttributes(int index)
Optional.
|
TimestampedObject.Builder |
removeLandmarks(int index)
Optional.
|
TimestampedObject.Builder |
setAttributes(int index,
DetectedAttribute.Builder builderForValue)
Optional.
|
TimestampedObject.Builder |
setAttributes(int index,
DetectedAttribute value)
Optional.
|
TimestampedObject.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TimestampedObject.Builder |
setLandmarks(int index,
DetectedLandmark.Builder builderForValue)
Optional.
|
TimestampedObject.Builder |
setLandmarks(int index,
DetectedLandmark value)
Optional.
|
TimestampedObject.Builder |
setNormalizedBoundingBox(NormalizedBoundingBox.Builder builderForValue)
Normalized Bounding box in a frame, where the object is located.
|
TimestampedObject.Builder |
setNormalizedBoundingBox(NormalizedBoundingBox value)
Normalized Bounding box in a frame, where the object is located.
|
TimestampedObject.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TimestampedObject.Builder |
setTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
Time-offset, relative to the beginning of the video,
corresponding to the video frame for this object.
|
TimestampedObject.Builder |
setTimeOffset(com.google.protobuf.Duration value)
Time-offset, relative to the beginning of the video,
corresponding to the video frame for this object.
|
TimestampedObject.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TimestampedObject.Builder>public TimestampedObject.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TimestampedObject.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TimestampedObject.Builder>public TimestampedObject getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TimestampedObject build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TimestampedObject buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TimestampedObject.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TimestampedObject.Builder>public TimestampedObject.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TimestampedObject.Builder>public TimestampedObject.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TimestampedObject.Builder>public TimestampedObject.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TimestampedObject.Builder>public TimestampedObject.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TimestampedObject.Builder>public TimestampedObject.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TimestampedObject.Builder>public TimestampedObject.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TimestampedObject.Builder>public TimestampedObject.Builder mergeFrom(TimestampedObject other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TimestampedObject.Builder>public TimestampedObject.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TimestampedObject.Builder>IOExceptionpublic boolean hasNormalizedBoundingBox()
Normalized Bounding box in a frame, where the object is located.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
hasNormalizedBoundingBox in interface TimestampedObjectOrBuilderpublic NormalizedBoundingBox getNormalizedBoundingBox()
Normalized Bounding box in a frame, where the object is located.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
getNormalizedBoundingBox in interface TimestampedObjectOrBuilderpublic 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;
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;
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;
public TimestampedObject.Builder clearNormalizedBoundingBox()
Normalized Bounding box in a frame, where the object is located.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
public NormalizedBoundingBox.Builder getNormalizedBoundingBoxBuilder()
Normalized Bounding box in a frame, where the object is located.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
public NormalizedBoundingBoxOrBuilder getNormalizedBoundingBoxOrBuilder()
Normalized Bounding box in a frame, where the object is located.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
getNormalizedBoundingBoxOrBuilder in interface TimestampedObjectOrBuilderpublic 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;hasTimeOffset in interface TimestampedObjectOrBuilderpublic com.google.protobuf.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;getTimeOffset in interface TimestampedObjectOrBuilderpublic TimestampedObject.Builder setTimeOffset(com.google.protobuf.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;public TimestampedObject.Builder setTimeOffset(com.google.protobuf.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;public TimestampedObject.Builder mergeTimeOffset(com.google.protobuf.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;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;public com.google.protobuf.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;public com.google.protobuf.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;getTimeOffsetOrBuilder in interface TimestampedObjectOrBuilderpublic 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];
getAttributesList in interface TimestampedObjectOrBuilderpublic 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];
getAttributesCount in interface TimestampedObjectOrBuilderpublic 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];
getAttributes in interface TimestampedObjectOrBuilderpublic 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];
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];
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];
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];
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];
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];
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];
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];
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];
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];
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];
getAttributesOrBuilder in interface TimestampedObjectOrBuilderpublic 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];
getAttributesOrBuilderList in interface TimestampedObjectOrBuilderpublic 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];
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];
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];
public List<DetectedLandmark> getLandmarksList()
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
getLandmarksList in interface TimestampedObjectOrBuilderpublic int getLandmarksCount()
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
getLandmarksCount in interface TimestampedObjectOrBuilderpublic DetectedLandmark getLandmarks(int index)
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
getLandmarks in interface TimestampedObjectOrBuilderpublic TimestampedObject.Builder setLandmarks(int index, DetectedLandmark value)
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
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];
public TimestampedObject.Builder addLandmarks(DetectedLandmark value)
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
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];
public TimestampedObject.Builder addLandmarks(DetectedLandmark.Builder builderForValue)
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
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];
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];
public TimestampedObject.Builder clearLandmarks()
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
public TimestampedObject.Builder removeLandmarks(int index)
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
public DetectedLandmark.Builder getLandmarksBuilder(int index)
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
public DetectedLandmarkOrBuilder getLandmarksOrBuilder(int index)
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
getLandmarksOrBuilder in interface TimestampedObjectOrBuilderpublic List<? extends DetectedLandmarkOrBuilder> getLandmarksOrBuilderList()
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
getLandmarksOrBuilderList in interface TimestampedObjectOrBuilderpublic DetectedLandmark.Builder addLandmarksBuilder()
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
public DetectedLandmark.Builder addLandmarksBuilder(int index)
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
public List<DetectedLandmark.Builder> getLandmarksBuilderList()
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
public final TimestampedObject.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TimestampedObject.Builder>public final TimestampedObject.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TimestampedObject.Builder>Copyright © 2024 Google LLC. All rights reserved.