Class VideoObjectTrackingPredictionResult.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>
-
- com.google.cloud.aiplatform.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Builder
-
- All Implemented Interfaces:
VideoObjectTrackingPredictionResultOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- VideoObjectTrackingPredictionResult
public static final class VideoObjectTrackingPredictionResult.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder> implements VideoObjectTrackingPredictionResultOrBuilder
Prediction output format for Video Object Tracking.
Protobuf typegoogle.cloud.aiplatform.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 value)
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(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.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(VideoObjectTrackingPredictionResult other)
VideoObjectTrackingPredictionResult.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VideoObjectTrackingPredictionResult.Builder
mergeFrom(com.google.protobuf.Message 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 value)
The Model's confidence in correction of this prediction, higher value means higher confidence.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
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 value)
All of the frames of the video in which a single object instance has been detected.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
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 value)
The end, inclusive, of the video's time segment in which the object instance has been detected.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
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
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
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>
-
clear
public VideoObjectTrackingPredictionResult.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>
-
getDefaultInstanceForType
public VideoObjectTrackingPredictionResult getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public VideoObjectTrackingPredictionResult build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public VideoObjectTrackingPredictionResult buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public VideoObjectTrackingPredictionResult.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>
-
setField
public VideoObjectTrackingPredictionResult.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>
-
clearField
public VideoObjectTrackingPredictionResult.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>
-
clearOneof
public VideoObjectTrackingPredictionResult.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>
-
setRepeatedField
public VideoObjectTrackingPredictionResult.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>
-
addRepeatedField
public VideoObjectTrackingPredictionResult.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>
-
mergeFrom
public VideoObjectTrackingPredictionResult.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<VideoObjectTrackingPredictionResult.Builder>
-
mergeFrom
public VideoObjectTrackingPredictionResult.Builder mergeFrom(VideoObjectTrackingPredictionResult other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>
-
mergeFrom
public VideoObjectTrackingPredictionResult.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<VideoObjectTrackingPredictionResult.Builder>
- Throws:
IOException
-
getId
public String getId()
The resource ID of the AnnotationSpec that had been identified.
string id = 1;
- Specified by:
getId
in interfaceVideoObjectTrackingPredictionResultOrBuilder
- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
The resource ID of the AnnotationSpec that had been identified.
string id = 1;
- Specified by:
getIdBytes
in interfaceVideoObjectTrackingPredictionResultOrBuilder
- Returns:
- The bytes for id.
-
setId
public VideoObjectTrackingPredictionResult.Builder setId(String value)
The resource ID of the AnnotationSpec that had been identified.
string id = 1;
- Parameters:
value
- The id to set.- Returns:
- This builder for chaining.
-
clearId
public VideoObjectTrackingPredictionResult.Builder clearId()
The resource ID of the AnnotationSpec that had been identified.
string id = 1;
- Returns:
- This builder for chaining.
-
setIdBytes
public VideoObjectTrackingPredictionResult.Builder setIdBytes(com.google.protobuf.ByteString value)
The resource ID of the AnnotationSpec that had been identified.
string id = 1;
- Parameters:
value
- The bytes for id to set.- Returns:
- This builder for chaining.
-
getDisplayName
public String getDisplayName()
The display name of the AnnotationSpec that had been identified.
string display_name = 2;
- Specified by:
getDisplayName
in interfaceVideoObjectTrackingPredictionResultOrBuilder
- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the AnnotationSpec that had been identified.
string display_name = 2;
- Specified by:
getDisplayNameBytes
in interfaceVideoObjectTrackingPredictionResultOrBuilder
- Returns:
- The bytes for displayName.
-
setDisplayName
public VideoObjectTrackingPredictionResult.Builder setDisplayName(String value)
The display name of the AnnotationSpec that had been identified.
string display_name = 2;
- Parameters:
value
- The displayName to set.- Returns:
- This builder for chaining.
-
clearDisplayName
public VideoObjectTrackingPredictionResult.Builder clearDisplayName()
The display name of the AnnotationSpec that had been identified.
string display_name = 2;
- Returns:
- This builder for chaining.
-
setDisplayNameBytes
public VideoObjectTrackingPredictionResult.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
The display name of the AnnotationSpec that had been identified.
string display_name = 2;
- Parameters:
value
- The bytes for displayName to set.- Returns:
- This builder for chaining.
-
hasTimeSegmentStart
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;
- Specified by:
hasTimeSegmentStart
in interfaceVideoObjectTrackingPredictionResultOrBuilder
- Returns:
- Whether the timeSegmentStart field is set.
-
getTimeSegmentStart
public 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;
- Specified by:
getTimeSegmentStart
in interfaceVideoObjectTrackingPredictionResultOrBuilder
- Returns:
- The timeSegmentStart.
-
setTimeSegmentStart
public 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;
-
setTimeSegmentStart
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;
-
mergeTimeSegmentStart
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;
-
clearTimeSegmentStart
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;
-
getTimeSegmentStartBuilder
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;
-
getTimeSegmentStartOrBuilder
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;
- Specified by:
getTimeSegmentStartOrBuilder
in interfaceVideoObjectTrackingPredictionResultOrBuilder
-
hasTimeSegmentEnd
public 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;
- Specified by:
hasTimeSegmentEnd
in interfaceVideoObjectTrackingPredictionResultOrBuilder
- Returns:
- Whether the timeSegmentEnd field is set.
-
getTimeSegmentEnd
public 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;
- Specified by:
getTimeSegmentEnd
in interfaceVideoObjectTrackingPredictionResultOrBuilder
- Returns:
- The timeSegmentEnd.
-
setTimeSegmentEnd
public 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;
-
setTimeSegmentEnd
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;
-
mergeTimeSegmentEnd
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;
-
clearTimeSegmentEnd
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;
-
getTimeSegmentEndBuilder
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;
-
getTimeSegmentEndOrBuilder
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;
- Specified by:
getTimeSegmentEndOrBuilder
in interfaceVideoObjectTrackingPredictionResultOrBuilder
-
hasConfidence
public boolean hasConfidence()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;
- Specified by:
hasConfidence
in interfaceVideoObjectTrackingPredictionResultOrBuilder
- Returns:
- Whether the confidence field is set.
-
getConfidence
public com.google.protobuf.FloatValue getConfidence()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;
- Specified by:
getConfidence
in interfaceVideoObjectTrackingPredictionResultOrBuilder
- Returns:
- The confidence.
-
setConfidence
public 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;
-
setConfidence
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;
-
mergeConfidence
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;
-
clearConfidence
public VideoObjectTrackingPredictionResult.Builder clearConfidence()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;
-
getConfidenceBuilder
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;
-
getConfidenceOrBuilder
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;
- Specified by:
getConfidenceOrBuilder
in interfaceVideoObjectTrackingPredictionResultOrBuilder
-
getFramesList
public 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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
- Specified by:
getFramesList
in interfaceVideoObjectTrackingPredictionResultOrBuilder
-
getFramesCount
public 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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
- Specified by:
getFramesCount
in interfaceVideoObjectTrackingPredictionResultOrBuilder
-
getFrames
public 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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
- Specified by:
getFrames
in interfaceVideoObjectTrackingPredictionResultOrBuilder
-
setFrames
public 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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
setFrames
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
addFrames
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
addFrames
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
addFrames
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
addFrames
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
addAllFrames
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
clearFrames
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
removeFrames
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
getFramesBuilder
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
getFramesOrBuilder
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
- Specified by:
getFramesOrBuilder
in interfaceVideoObjectTrackingPredictionResultOrBuilder
-
getFramesOrBuilderList
public 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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
- Specified by:
getFramesOrBuilderList
in interfaceVideoObjectTrackingPredictionResultOrBuilder
-
addFramesBuilder
public 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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
addFramesBuilder
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
getFramesBuilderList
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
setUnknownFields
public final VideoObjectTrackingPredictionResult.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>
-
mergeUnknownFields
public final VideoObjectTrackingPredictionResult.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder>
-
-