Class VideoObjectTrackingPredictionResult.Builder (3.44.0)

public static final class VideoObjectTrackingPredictionResult.Builder extends GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder> implements VideoObjectTrackingPredictionResultOrBuilder

Prediction output format for Video Object Tracking.

Protobuf type google.cloud.aiplatform.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllFrames(Iterable<? extends VideoObjectTrackingPredictionResult.Frame> values)

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;

Parameter
Name Description
values Iterable<? extends com.google.cloud.aiplatform.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame>
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

addFrames(VideoObjectTrackingPredictionResult.Frame value)

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;

Parameter
Name Description
value VideoObjectTrackingPredictionResult.Frame
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

addFrames(VideoObjectTrackingPredictionResult.Frame.Builder builderForValue)

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;

Parameter
Name Description
builderForValue VideoObjectTrackingPredictionResult.Frame.Builder
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

addFrames(int index, VideoObjectTrackingPredictionResult.Frame value)

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;

Parameters
Name Description
index int
value VideoObjectTrackingPredictionResult.Frame
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

addFrames(int index, VideoObjectTrackingPredictionResult.Frame.Builder builderForValue)

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;

Parameters
Name Description
index int
builderForValue VideoObjectTrackingPredictionResult.Frame.Builder
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

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;

Returns
Type Description
VideoObjectTrackingPredictionResult.Frame.Builder

addFramesBuilder(int index)

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;

Parameter
Name Description
index int
Returns
Type Description
VideoObjectTrackingPredictionResult.Frame.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public VideoObjectTrackingPredictionResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder
Overrides

build()

public VideoObjectTrackingPredictionResult build()
Returns
Type Description
VideoObjectTrackingPredictionResult

buildPartial()

public VideoObjectTrackingPredictionResult buildPartial()
Returns
Type Description
VideoObjectTrackingPredictionResult

clear()

public VideoObjectTrackingPredictionResult.Builder clear()
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder
Overrides

clearConfidence()

public VideoObjectTrackingPredictionResult.Builder clearConfidence()

The Model's confidence in correction of this prediction, higher value means higher confidence.

.google.protobuf.FloatValue confidence = 5;

Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

clearDisplayName()

public VideoObjectTrackingPredictionResult.Builder clearDisplayName()

The display name of the AnnotationSpec that had been identified.

string display_name = 2;

Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public VideoObjectTrackingPredictionResult.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder
Overrides

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;

Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

clearId()

public VideoObjectTrackingPredictionResult.Builder clearId()

The resource ID of the AnnotationSpec that had been identified.

string id = 1;

Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public VideoObjectTrackingPredictionResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder
Overrides

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;

Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

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;

Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

clone()

public VideoObjectTrackingPredictionResult.Builder clone()
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder
Overrides

getConfidence()

public FloatValue getConfidence()

The Model's confidence in correction of this prediction, higher value means higher confidence.

.google.protobuf.FloatValue confidence = 5;

Returns
Type Description
FloatValue

The confidence.

getConfidenceBuilder()

public FloatValue.Builder getConfidenceBuilder()

The Model's confidence in correction of this prediction, higher value means higher confidence.

.google.protobuf.FloatValue confidence = 5;

Returns
Type Description
Builder

getConfidenceOrBuilder()

public FloatValueOrBuilder getConfidenceOrBuilder()

The Model's confidence in correction of this prediction, higher value means higher confidence.

.google.protobuf.FloatValue confidence = 5;

Returns
Type Description
FloatValueOrBuilder

getDefaultInstanceForType()

public VideoObjectTrackingPredictionResult getDefaultInstanceForType()
Returns
Type Description
VideoObjectTrackingPredictionResult

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

The display name of the AnnotationSpec that had been identified.

string display_name = 2;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The display name of the AnnotationSpec that had been identified.

string display_name = 2;

Returns
Type Description
ByteString

The bytes for displayName.

getFrames(int index)

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;

Parameter
Name Description
index int
Returns
Type Description
VideoObjectTrackingPredictionResult.Frame

getFramesBuilder(int index)

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;

Parameter
Name Description
index int
Returns
Type Description
VideoObjectTrackingPredictionResult.Frame.Builder

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;

Returns
Type Description
List<Builder>

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;

Returns
Type Description
int

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;

Returns
Type Description
List<Frame>

getFramesOrBuilder(int index)

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;

Parameter
Name Description
index int
Returns
Type Description
VideoObjectTrackingPredictionResult.FrameOrBuilder

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;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.FrameOrBuilder>

getId()

public String getId()

The resource ID of the AnnotationSpec that had been identified.

string id = 1;

Returns
Type Description
String

The id.

getIdBytes()

public ByteString getIdBytes()

The resource ID of the AnnotationSpec that had been identified.

string id = 1;

Returns
Type Description
ByteString

The bytes for id.

getTimeSegmentEnd()

public 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;

Returns
Type Description
Duration

The timeSegmentEnd.

getTimeSegmentEndBuilder()

public 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;

Returns
Type Description
Builder

getTimeSegmentEndOrBuilder()

public 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;

Returns
Type Description
DurationOrBuilder

getTimeSegmentStart()

public 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;

Returns
Type Description
Duration

The timeSegmentStart.

getTimeSegmentStartBuilder()

public 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;

Returns
Type Description
Builder

getTimeSegmentStartOrBuilder()

public 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;

Returns
Type Description
DurationOrBuilder

hasConfidence()

public boolean hasConfidence()

The Model's confidence in correction of this prediction, higher value means higher confidence.

.google.protobuf.FloatValue confidence = 5;

Returns
Type Description
boolean

Whether the confidence field is set.

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;

Returns
Type Description
boolean

Whether the timeSegmentEnd field is set.

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;

Returns
Type Description
boolean

Whether the timeSegmentStart field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeConfidence(FloatValue value)

public VideoObjectTrackingPredictionResult.Builder mergeConfidence(FloatValue value)

The Model's confidence in correction of this prediction, higher value means higher confidence.

.google.protobuf.FloatValue confidence = 5;

Parameter
Name Description
value FloatValue
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

mergeFrom(VideoObjectTrackingPredictionResult other)

public VideoObjectTrackingPredictionResult.Builder mergeFrom(VideoObjectTrackingPredictionResult other)
Parameter
Name Description
other VideoObjectTrackingPredictionResult
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public VideoObjectTrackingPredictionResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public VideoObjectTrackingPredictionResult.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder
Overrides

mergeTimeSegmentEnd(Duration value)

public VideoObjectTrackingPredictionResult.Builder mergeTimeSegmentEnd(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;

Parameter
Name Description
value Duration
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

mergeTimeSegmentStart(Duration value)

public VideoObjectTrackingPredictionResult.Builder mergeTimeSegmentStart(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;

Parameter
Name Description
value Duration
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final VideoObjectTrackingPredictionResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder
Overrides

removeFrames(int index)

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;

Parameter
Name Description
index int
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

setConfidence(FloatValue value)

public VideoObjectTrackingPredictionResult.Builder setConfidence(FloatValue value)

The Model's confidence in correction of this prediction, higher value means higher confidence.

.google.protobuf.FloatValue confidence = 5;

Parameter
Name Description
value FloatValue
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

setConfidence(FloatValue.Builder builderForValue)

public VideoObjectTrackingPredictionResult.Builder setConfidence(FloatValue.Builder builderForValue)

The Model's confidence in correction of this prediction, higher value means higher confidence.

.google.protobuf.FloatValue confidence = 5;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

setDisplayName(String value)

public VideoObjectTrackingPredictionResult.Builder setDisplayName(String value)

The display name of the AnnotationSpec that had been identified.

string display_name = 2;

Parameter
Name Description
value String

The displayName to set.

Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public VideoObjectTrackingPredictionResult.Builder setDisplayNameBytes(ByteString value)

The display name of the AnnotationSpec that had been identified.

string display_name = 2;

Parameter
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public VideoObjectTrackingPredictionResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder
Overrides

setFrames(int index, VideoObjectTrackingPredictionResult.Frame value)

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;

Parameters
Name Description
index int
value VideoObjectTrackingPredictionResult.Frame
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

setFrames(int index, VideoObjectTrackingPredictionResult.Frame.Builder builderForValue)

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;

Parameters
Name Description
index int
builderForValue VideoObjectTrackingPredictionResult.Frame.Builder
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

setId(String value)

public VideoObjectTrackingPredictionResult.Builder setId(String value)

The resource ID of the AnnotationSpec that had been identified.

string id = 1;

Parameter
Name Description
value String

The id to set.

Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

This builder for chaining.

setIdBytes(ByteString value)

public VideoObjectTrackingPredictionResult.Builder setIdBytes(ByteString value)

The resource ID of the AnnotationSpec that had been identified.

string id = 1;

Parameter
Name Description
value ByteString

The bytes for id to set.

Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public VideoObjectTrackingPredictionResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder
Overrides

setTimeSegmentEnd(Duration value)

public VideoObjectTrackingPredictionResult.Builder setTimeSegmentEnd(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;

Parameter
Name Description
value Duration
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

setTimeSegmentEnd(Duration.Builder builderForValue)

public VideoObjectTrackingPredictionResult.Builder setTimeSegmentEnd(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;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

setTimeSegmentStart(Duration value)

public VideoObjectTrackingPredictionResult.Builder setTimeSegmentStart(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;

Parameter
Name Description
value Duration
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

setTimeSegmentStart(Duration.Builder builderForValue)

public VideoObjectTrackingPredictionResult.Builder setTimeSegmentStart(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;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final VideoObjectTrackingPredictionResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
VideoObjectTrackingPredictionResult.Builder
Overrides