public static final class VideoObjectTrackingPredictionResult.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder> implements VideoObjectTrackingPredictionResultOrBuilder
Prediction output format for Video Object Tracking.Protobuf type
google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult| Modifier and Type | Method and Description |
|---|---|
VideoObjectTrackingPredictionResult.Builder |
addAllFrames(Iterable<? extends VideoObjectTrackingPredictionResult.Frame> values)
All of the frames of the video in which a single object instance has been
detected.
|
VideoObjectTrackingPredictionResult.Builder |
addFrames(int index,
VideoObjectTrackingPredictionResult.Frame.Builder builderForValue)
All of the frames of the video in which a single object instance has been
detected.
|
VideoObjectTrackingPredictionResult.Builder |
addFrames(int index,
VideoObjectTrackingPredictionResult.Frame value)
All of the frames of the video in which a single object instance has been
detected.
|
VideoObjectTrackingPredictionResult.Builder |
addFrames(VideoObjectTrackingPredictionResult.Frame.Builder builderForValue)
All of the frames of the video in which a single object instance has been
detected.
|
VideoObjectTrackingPredictionResult.Builder |
addFrames(VideoObjectTrackingPredictionResult.Frame value)
All of the frames of the video in which a single object instance has been
detected.
|
VideoObjectTrackingPredictionResult.Frame.Builder |
addFramesBuilder()
All of the frames of the video in which a single object instance has been
detected.
|
VideoObjectTrackingPredictionResult.Frame.Builder |
addFramesBuilder(int index)
All of the frames of the video in which a single object instance has been
detected.
|
VideoObjectTrackingPredictionResult.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VideoObjectTrackingPredictionResult |
build() |
VideoObjectTrackingPredictionResult |
buildPartial() |
VideoObjectTrackingPredictionResult.Builder |
clear() |
VideoObjectTrackingPredictionResult.Builder |
clearConfidence()
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
VideoObjectTrackingPredictionResult.Builder |
clearDisplayName()
The display name of the AnnotationSpec that had been identified.
|
VideoObjectTrackingPredictionResult.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VideoObjectTrackingPredictionResult.Builder |
clearFrames()
All of the frames of the video in which a single object instance has been
detected.
|
VideoObjectTrackingPredictionResult.Builder |
clearId()
The resource ID of the AnnotationSpec that had been identified.
|
VideoObjectTrackingPredictionResult.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VideoObjectTrackingPredictionResult.Builder |
clearTimeSegmentEnd()
The end, inclusive, of the video's time segment in which the
object instance has been detected.
|
VideoObjectTrackingPredictionResult.Builder |
clearTimeSegmentStart()
The beginning, inclusive, of the video's time segment in which the
object instance has been detected.
|
VideoObjectTrackingPredictionResult.Builder |
clone() |
com.google.protobuf.FloatValue |
getConfidence()
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
com.google.protobuf.FloatValue.Builder |
getConfidenceBuilder()
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
com.google.protobuf.FloatValueOrBuilder |
getConfidenceOrBuilder()
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
VideoObjectTrackingPredictionResult |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDisplayName()
The display name of the AnnotationSpec that had been identified.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The display name of the AnnotationSpec that had been identified.
|
VideoObjectTrackingPredictionResult.Frame |
getFrames(int index)
All of the frames of the video in which a single object instance has been
detected.
|
VideoObjectTrackingPredictionResult.Frame.Builder |
getFramesBuilder(int index)
All of the frames of the video in which a single object instance has been
detected.
|
List<VideoObjectTrackingPredictionResult.Frame.Builder> |
getFramesBuilderList()
All of the frames of the video in which a single object instance has been
detected.
|
int |
getFramesCount()
All of the frames of the video in which a single object instance has been
detected.
|
List<VideoObjectTrackingPredictionResult.Frame> |
getFramesList()
All of the frames of the video in which a single object instance has been
detected.
|
VideoObjectTrackingPredictionResult.FrameOrBuilder |
getFramesOrBuilder(int index)
All of the frames of the video in which a single object instance has been
detected.
|
List<? extends VideoObjectTrackingPredictionResult.FrameOrBuilder> |
getFramesOrBuilderList()
All of the frames of the video in which a single object instance has been
detected.
|
String |
getId()
The resource ID of the AnnotationSpec that had been identified.
|
com.google.protobuf.ByteString |
getIdBytes()
The resource ID of the AnnotationSpec that had been identified.
|
com.google.protobuf.Duration |
getTimeSegmentEnd()
The end, inclusive, of the video's time segment in which the
object instance has been detected.
|
com.google.protobuf.Duration.Builder |
getTimeSegmentEndBuilder()
The end, inclusive, of the video's time segment in which the
object instance has been detected.
|
com.google.protobuf.DurationOrBuilder |
getTimeSegmentEndOrBuilder()
The end, inclusive, of the video's time segment in which the
object instance has been detected.
|
com.google.protobuf.Duration |
getTimeSegmentStart()
The beginning, inclusive, of the video's time segment in which the
object instance has been detected.
|
com.google.protobuf.Duration.Builder |
getTimeSegmentStartBuilder()
The beginning, inclusive, of the video's time segment in which the
object instance has been detected.
|
com.google.protobuf.DurationOrBuilder |
getTimeSegmentStartOrBuilder()
The beginning, inclusive, of the video's time segment in which the
object instance has been detected.
|
boolean |
hasConfidence()
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
boolean |
hasTimeSegmentEnd()
The end, inclusive, of the video's time segment in which the
object instance has been detected.
|
boolean |
hasTimeSegmentStart()
The beginning, inclusive, of the video's time segment in which the
object instance has been detected.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
VideoObjectTrackingPredictionResult.Builder |
mergeConfidence(com.google.protobuf.FloatValue value)
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
VideoObjectTrackingPredictionResult.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VideoObjectTrackingPredictionResult.Builder |
mergeFrom(com.google.protobuf.Message other) |
VideoObjectTrackingPredictionResult.Builder |
mergeFrom(VideoObjectTrackingPredictionResult other) |
VideoObjectTrackingPredictionResult.Builder |
mergeTimeSegmentEnd(com.google.protobuf.Duration value)
The end, inclusive, of the video's time segment in which the
object instance has been detected.
|
VideoObjectTrackingPredictionResult.Builder |
mergeTimeSegmentStart(com.google.protobuf.Duration value)
The beginning, inclusive, of the video's time segment in which the
object instance has been detected.
|
VideoObjectTrackingPredictionResult.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VideoObjectTrackingPredictionResult.Builder |
removeFrames(int index)
All of the frames of the video in which a single object instance has been
detected.
|
VideoObjectTrackingPredictionResult.Builder |
setConfidence(com.google.protobuf.FloatValue.Builder builderForValue)
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
VideoObjectTrackingPredictionResult.Builder |
setConfidence(com.google.protobuf.FloatValue value)
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
VideoObjectTrackingPredictionResult.Builder |
setDisplayName(String value)
The display name of the AnnotationSpec that had been identified.
|
VideoObjectTrackingPredictionResult.Builder |
setDisplayNameBytes(com.google.protobuf.ByteString value)
The display name of the AnnotationSpec that had been identified.
|
VideoObjectTrackingPredictionResult.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VideoObjectTrackingPredictionResult.Builder |
setFrames(int index,
VideoObjectTrackingPredictionResult.Frame.Builder builderForValue)
All of the frames of the video in which a single object instance has been
detected.
|
VideoObjectTrackingPredictionResult.Builder |
setFrames(int index,
VideoObjectTrackingPredictionResult.Frame value)
All of the frames of the video in which a single object instance has been
detected.
|
VideoObjectTrackingPredictionResult.Builder |
setId(String value)
The resource ID of the AnnotationSpec that had been identified.
|
VideoObjectTrackingPredictionResult.Builder |
setIdBytes(com.google.protobuf.ByteString value)
The resource ID of the AnnotationSpec that had been identified.
|
VideoObjectTrackingPredictionResult.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VideoObjectTrackingPredictionResult.Builder |
setTimeSegmentEnd(com.google.protobuf.Duration.Builder builderForValue)
The end, inclusive, of the video's time segment in which the
object instance has been detected.
|
VideoObjectTrackingPredictionResult.Builder |
setTimeSegmentEnd(com.google.protobuf.Duration value)
The end, inclusive, of the video's time segment in which the
object instance has been detected.
|
VideoObjectTrackingPredictionResult.Builder |
setTimeSegmentStart(com.google.protobuf.Duration.Builder builderForValue)
The beginning, inclusive, of the video's time segment in which the
object instance has been detected.
|
VideoObjectTrackingPredictionResult.Builder |
setTimeSegmentStart(com.google.protobuf.Duration value)
The beginning, inclusive, of the video's time segment in which the
object instance has been detected.
|
VideoObjectTrackingPredictionResult.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<VideoObjectTrackingPredictionResult.Builder>public VideoObjectTrackingPredictionResult.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.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<VideoObjectTrackingPredictionResult.Builder>public VideoObjectTrackingPredictionResult getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic VideoObjectTrackingPredictionResult build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic VideoObjectTrackingPredictionResult buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic VideoObjectTrackingPredictionResult.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>public VideoObjectTrackingPredictionResult.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<VideoObjectTrackingPredictionResult.Builder>public VideoObjectTrackingPredictionResult.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>public VideoObjectTrackingPredictionResult.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>public VideoObjectTrackingPredictionResult.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<VideoObjectTrackingPredictionResult.Builder>public VideoObjectTrackingPredictionResult.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<VideoObjectTrackingPredictionResult.Builder>public VideoObjectTrackingPredictionResult.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<VideoObjectTrackingPredictionResult.Builder>public VideoObjectTrackingPredictionResult.Builder mergeFrom(VideoObjectTrackingPredictionResult other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>public VideoObjectTrackingPredictionResult.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<VideoObjectTrackingPredictionResult.Builder>IOExceptionpublic String getId()
The resource ID of the AnnotationSpec that had been identified.
string id = 1;getId in interface VideoObjectTrackingPredictionResultOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
The resource ID of the AnnotationSpec that had been identified.
string id = 1;getIdBytes in interface VideoObjectTrackingPredictionResultOrBuilderpublic VideoObjectTrackingPredictionResult.Builder setId(String value)
The resource ID of the AnnotationSpec that had been identified.
string id = 1;value - The id to set.public VideoObjectTrackingPredictionResult.Builder clearId()
The resource ID of the AnnotationSpec that had been identified.
string id = 1;public VideoObjectTrackingPredictionResult.Builder setIdBytes(com.google.protobuf.ByteString value)
The resource ID of the AnnotationSpec that had been identified.
string id = 1;value - The bytes for id to set.public String getDisplayName()
The display name of the AnnotationSpec that had been identified.
string display_name = 2;getDisplayName in interface VideoObjectTrackingPredictionResultOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the AnnotationSpec that had been identified.
string display_name = 2;getDisplayNameBytes in interface VideoObjectTrackingPredictionResultOrBuilderpublic VideoObjectTrackingPredictionResult.Builder setDisplayName(String value)
The display name of the AnnotationSpec that had been identified.
string display_name = 2;value - The displayName to set.public VideoObjectTrackingPredictionResult.Builder clearDisplayName()
The display name of the AnnotationSpec that had been identified.
string display_name = 2;public VideoObjectTrackingPredictionResult.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
The display name of the AnnotationSpec that had been identified.
string display_name = 2;value - The bytes for displayName to set.public boolean hasTimeSegmentStart()
The beginning, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_start = 3;hasTimeSegmentStart in interface VideoObjectTrackingPredictionResultOrBuilderpublic com.google.protobuf.Duration getTimeSegmentStart()
The beginning, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_start = 3;getTimeSegmentStart in interface VideoObjectTrackingPredictionResultOrBuilderpublic VideoObjectTrackingPredictionResult.Builder setTimeSegmentStart(com.google.protobuf.Duration value)
The beginning, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_start = 3;public VideoObjectTrackingPredictionResult.Builder setTimeSegmentStart(com.google.protobuf.Duration.Builder builderForValue)
The beginning, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_start = 3;public VideoObjectTrackingPredictionResult.Builder mergeTimeSegmentStart(com.google.protobuf.Duration value)
The beginning, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_start = 3;public VideoObjectTrackingPredictionResult.Builder clearTimeSegmentStart()
The beginning, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_start = 3;public com.google.protobuf.Duration.Builder getTimeSegmentStartBuilder()
The beginning, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_start = 3;public com.google.protobuf.DurationOrBuilder getTimeSegmentStartOrBuilder()
The beginning, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_start = 3;getTimeSegmentStartOrBuilder in interface VideoObjectTrackingPredictionResultOrBuilderpublic boolean hasTimeSegmentEnd()
The end, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_end = 4;hasTimeSegmentEnd in interface VideoObjectTrackingPredictionResultOrBuilderpublic com.google.protobuf.Duration getTimeSegmentEnd()
The end, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_end = 4;getTimeSegmentEnd in interface VideoObjectTrackingPredictionResultOrBuilderpublic VideoObjectTrackingPredictionResult.Builder setTimeSegmentEnd(com.google.protobuf.Duration value)
The end, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_end = 4;public VideoObjectTrackingPredictionResult.Builder setTimeSegmentEnd(com.google.protobuf.Duration.Builder builderForValue)
The end, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_end = 4;public VideoObjectTrackingPredictionResult.Builder mergeTimeSegmentEnd(com.google.protobuf.Duration value)
The end, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_end = 4;public VideoObjectTrackingPredictionResult.Builder clearTimeSegmentEnd()
The end, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_end = 4;public com.google.protobuf.Duration.Builder getTimeSegmentEndBuilder()
The end, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_end = 4;public com.google.protobuf.DurationOrBuilder getTimeSegmentEndOrBuilder()
The end, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_end = 4;getTimeSegmentEndOrBuilder in interface VideoObjectTrackingPredictionResultOrBuilderpublic boolean hasConfidence()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;hasConfidence in interface VideoObjectTrackingPredictionResultOrBuilderpublic com.google.protobuf.FloatValue getConfidence()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;getConfidence in interface VideoObjectTrackingPredictionResultOrBuilderpublic VideoObjectTrackingPredictionResult.Builder setConfidence(com.google.protobuf.FloatValue value)
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;public VideoObjectTrackingPredictionResult.Builder setConfidence(com.google.protobuf.FloatValue.Builder builderForValue)
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;public VideoObjectTrackingPredictionResult.Builder mergeConfidence(com.google.protobuf.FloatValue value)
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;public VideoObjectTrackingPredictionResult.Builder clearConfidence()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;public com.google.protobuf.FloatValue.Builder getConfidenceBuilder()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;public com.google.protobuf.FloatValueOrBuilder getConfidenceOrBuilder()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;getConfidenceOrBuilder in interface VideoObjectTrackingPredictionResultOrBuilderpublic List<VideoObjectTrackingPredictionResult.Frame> getFramesList()
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
getFramesList in interface VideoObjectTrackingPredictionResultOrBuilderpublic int getFramesCount()
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
getFramesCount in interface VideoObjectTrackingPredictionResultOrBuilderpublic VideoObjectTrackingPredictionResult.Frame getFrames(int index)
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
getFrames in interface VideoObjectTrackingPredictionResultOrBuilderpublic VideoObjectTrackingPredictionResult.Builder setFrames(int index, VideoObjectTrackingPredictionResult.Frame value)
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
public VideoObjectTrackingPredictionResult.Builder setFrames(int index, VideoObjectTrackingPredictionResult.Frame.Builder builderForValue)
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
public VideoObjectTrackingPredictionResult.Builder addFrames(VideoObjectTrackingPredictionResult.Frame value)
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
public VideoObjectTrackingPredictionResult.Builder addFrames(int index, VideoObjectTrackingPredictionResult.Frame value)
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
public VideoObjectTrackingPredictionResult.Builder addFrames(VideoObjectTrackingPredictionResult.Frame.Builder builderForValue)
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
public VideoObjectTrackingPredictionResult.Builder addFrames(int index, VideoObjectTrackingPredictionResult.Frame.Builder builderForValue)
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
public VideoObjectTrackingPredictionResult.Builder addAllFrames(Iterable<? extends VideoObjectTrackingPredictionResult.Frame> values)
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
public VideoObjectTrackingPredictionResult.Builder clearFrames()
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
public VideoObjectTrackingPredictionResult.Builder removeFrames(int index)
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
public VideoObjectTrackingPredictionResult.Frame.Builder getFramesBuilder(int index)
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
public VideoObjectTrackingPredictionResult.FrameOrBuilder getFramesOrBuilder(int index)
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
getFramesOrBuilder in interface VideoObjectTrackingPredictionResultOrBuilderpublic List<? extends VideoObjectTrackingPredictionResult.FrameOrBuilder> getFramesOrBuilderList()
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
getFramesOrBuilderList in interface VideoObjectTrackingPredictionResultOrBuilderpublic VideoObjectTrackingPredictionResult.Frame.Builder addFramesBuilder()
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
public VideoObjectTrackingPredictionResult.Frame.Builder addFramesBuilder(int index)
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
public List<VideoObjectTrackingPredictionResult.Frame.Builder> getFramesBuilderList()
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
public final VideoObjectTrackingPredictionResult.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>public final VideoObjectTrackingPredictionResult.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>Copyright © 2025 Google LLC. All rights reserved.