- 3.79.0 (latest)
- 3.77.0
- 3.76.0
- 3.75.0
- 3.74.0
- 3.73.0
- 3.71.0
- 3.69.0
- 3.68.0
- 3.65.0
- 3.64.0
- 3.63.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public static final class VideoObjectTrackingPredictionResult.Builder extends GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder> implements VideoObjectTrackingPredictionResultOrBuilderPrediction output format for Video Object Tracking.
 Protobuf type 
 google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VideoObjectTrackingPredictionResult.BuilderImplements
VideoObjectTrackingPredictionResultOrBuilderStatic 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.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
 
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<? extends com.google.cloud.aiplatform.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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 | |
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 | |
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 | |
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.v1.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 | |
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 | |
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 | |
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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.aiplatform.v1.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 | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
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 | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public VideoObjectTrackingPredictionResult.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| VideoObjectTrackingPredictionResult.Builder | |
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 | |
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.v1.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 | StringThe 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 | ByteStringThe 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 | |
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.v1.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.v1.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 | StringThe 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 | ByteStringThe 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 | |
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 | |