Class Track.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Track.Builder>
-
- com.google.cloud.videointelligence.v1p3beta1.Track.Builder
-
- All Implemented Interfaces:
TrackOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Track
public static final class Track.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Track.Builder> implements TrackOrBuilder
A track of an object instance.
Protobuf typegoogle.cloud.videointelligence.v1p3beta1.Track
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Track.BuilderaddAllAttributes(Iterable<? extends DetectedAttribute> values)Optional.Track.BuilderaddAllTimestampedObjects(Iterable<? extends TimestampedObject> values)The object with timestamp and attributes per frame in the track.Track.BuilderaddAttributes(int index, DetectedAttribute value)Optional.Track.BuilderaddAttributes(int index, DetectedAttribute.Builder builderForValue)Optional.Track.BuilderaddAttributes(DetectedAttribute value)Optional.Track.BuilderaddAttributes(DetectedAttribute.Builder builderForValue)Optional.DetectedAttribute.BuilderaddAttributesBuilder()Optional.DetectedAttribute.BuilderaddAttributesBuilder(int index)Optional.Track.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Track.BuilderaddTimestampedObjects(int index, TimestampedObject value)The object with timestamp and attributes per frame in the track.Track.BuilderaddTimestampedObjects(int index, TimestampedObject.Builder builderForValue)The object with timestamp and attributes per frame in the track.Track.BuilderaddTimestampedObjects(TimestampedObject value)The object with timestamp and attributes per frame in the track.Track.BuilderaddTimestampedObjects(TimestampedObject.Builder builderForValue)The object with timestamp and attributes per frame in the track.TimestampedObject.BuilderaddTimestampedObjectsBuilder()The object with timestamp and attributes per frame in the track.TimestampedObject.BuilderaddTimestampedObjectsBuilder(int index)The object with timestamp and attributes per frame in the track.Trackbuild()TrackbuildPartial()Track.Builderclear()Track.BuilderclearAttributes()Optional.Track.BuilderclearConfidence()Optional.Track.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Track.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Track.BuilderclearSegment()Video segment of a track.Track.BuilderclearTimestampedObjects()The object with timestamp and attributes per frame in the track.Track.Builderclone()DetectedAttributegetAttributes(int index)Optional.DetectedAttribute.BuildergetAttributesBuilder(int index)Optional.List<DetectedAttribute.Builder>getAttributesBuilderList()Optional.intgetAttributesCount()Optional.List<DetectedAttribute>getAttributesList()Optional.DetectedAttributeOrBuildergetAttributesOrBuilder(int index)Optional.List<? extends DetectedAttributeOrBuilder>getAttributesOrBuilderList()Optional.floatgetConfidence()Optional.TrackgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()VideoSegmentgetSegment()Video segment of a track.VideoSegment.BuildergetSegmentBuilder()Video segment of a track.VideoSegmentOrBuildergetSegmentOrBuilder()Video segment of a track.TimestampedObjectgetTimestampedObjects(int index)The object with timestamp and attributes per frame in the track.TimestampedObject.BuildergetTimestampedObjectsBuilder(int index)The object with timestamp and attributes per frame in the track.List<TimestampedObject.Builder>getTimestampedObjectsBuilderList()The object with timestamp and attributes per frame in the track.intgetTimestampedObjectsCount()The object with timestamp and attributes per frame in the track.List<TimestampedObject>getTimestampedObjectsList()The object with timestamp and attributes per frame in the track.TimestampedObjectOrBuildergetTimestampedObjectsOrBuilder(int index)The object with timestamp and attributes per frame in the track.List<? extends TimestampedObjectOrBuilder>getTimestampedObjectsOrBuilderList()The object with timestamp and attributes per frame in the track.booleanhasSegment()Video segment of a track.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Track.BuildermergeFrom(Track other)Track.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Track.BuildermergeFrom(com.google.protobuf.Message other)Track.BuildermergeSegment(VideoSegment value)Video segment of a track.Track.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Track.BuilderremoveAttributes(int index)Optional.Track.BuilderremoveTimestampedObjects(int index)The object with timestamp and attributes per frame in the track.Track.BuildersetAttributes(int index, DetectedAttribute value)Optional.Track.BuildersetAttributes(int index, DetectedAttribute.Builder builderForValue)Optional.Track.BuildersetConfidence(float value)Optional.Track.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Track.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Track.BuildersetSegment(VideoSegment value)Video segment of a track.Track.BuildersetSegment(VideoSegment.Builder builderForValue)Video segment of a track.Track.BuildersetTimestampedObjects(int index, TimestampedObject value)The object with timestamp and attributes per frame in the track.Track.BuildersetTimestampedObjects(int index, TimestampedObject.Builder builderForValue)The object with timestamp and attributes per frame in the track.Track.BuildersetUnknownFields(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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Track.Builder>
-
clear
public Track.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Track.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Track.Builder>
-
getDefaultInstanceForType
public Track getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Track build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Track buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Track.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Track.Builder>
-
setField
public Track.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Track.Builder>
-
clearField
public Track.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Track.Builder>
-
clearOneof
public Track.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Track.Builder>
-
setRepeatedField
public Track.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Track.Builder>
-
addRepeatedField
public Track.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Track.Builder>
-
mergeFrom
public Track.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Track.Builder>
-
mergeFrom
public Track.Builder mergeFrom(Track other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Track.Builder>
-
mergeFrom
public Track.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Track.Builder>- Throws:
IOException
-
hasSegment
public boolean hasSegment()
Video segment of a track.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 1;- Specified by:
hasSegmentin interfaceTrackOrBuilder- Returns:
- Whether the segment field is set.
-
getSegment
public VideoSegment getSegment()
Video segment of a track.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 1;- Specified by:
getSegmentin interfaceTrackOrBuilder- Returns:
- The segment.
-
setSegment
public Track.Builder setSegment(VideoSegment value)
Video segment of a track.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 1;
-
setSegment
public Track.Builder setSegment(VideoSegment.Builder builderForValue)
Video segment of a track.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 1;
-
mergeSegment
public Track.Builder mergeSegment(VideoSegment value)
Video segment of a track.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 1;
-
clearSegment
public Track.Builder clearSegment()
Video segment of a track.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 1;
-
getSegmentBuilder
public VideoSegment.Builder getSegmentBuilder()
Video segment of a track.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 1;
-
getSegmentOrBuilder
public VideoSegmentOrBuilder getSegmentOrBuilder()
Video segment of a track.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 1;- Specified by:
getSegmentOrBuilderin interfaceTrackOrBuilder
-
getTimestampedObjectsList
public List<TimestampedObject> getTimestampedObjectsList()
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;- Specified by:
getTimestampedObjectsListin interfaceTrackOrBuilder
-
getTimestampedObjectsCount
public int getTimestampedObjectsCount()
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;- Specified by:
getTimestampedObjectsCountin interfaceTrackOrBuilder
-
getTimestampedObjects
public TimestampedObject getTimestampedObjects(int index)
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;- Specified by:
getTimestampedObjectsin interfaceTrackOrBuilder
-
setTimestampedObjects
public Track.Builder setTimestampedObjects(int index, TimestampedObject value)
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;
-
setTimestampedObjects
public Track.Builder setTimestampedObjects(int index, TimestampedObject.Builder builderForValue)
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;
-
addTimestampedObjects
public Track.Builder addTimestampedObjects(TimestampedObject value)
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;
-
addTimestampedObjects
public Track.Builder addTimestampedObjects(int index, TimestampedObject value)
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;
-
addTimestampedObjects
public Track.Builder addTimestampedObjects(TimestampedObject.Builder builderForValue)
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;
-
addTimestampedObjects
public Track.Builder addTimestampedObjects(int index, TimestampedObject.Builder builderForValue)
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;
-
addAllTimestampedObjects
public Track.Builder addAllTimestampedObjects(Iterable<? extends TimestampedObject> values)
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;
-
clearTimestampedObjects
public Track.Builder clearTimestampedObjects()
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;
-
removeTimestampedObjects
public Track.Builder removeTimestampedObjects(int index)
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;
-
getTimestampedObjectsBuilder
public TimestampedObject.Builder getTimestampedObjectsBuilder(int index)
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;
-
getTimestampedObjectsOrBuilder
public TimestampedObjectOrBuilder getTimestampedObjectsOrBuilder(int index)
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;- Specified by:
getTimestampedObjectsOrBuilderin interfaceTrackOrBuilder
-
getTimestampedObjectsOrBuilderList
public List<? extends TimestampedObjectOrBuilder> getTimestampedObjectsOrBuilderList()
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;- Specified by:
getTimestampedObjectsOrBuilderListin interfaceTrackOrBuilder
-
addTimestampedObjectsBuilder
public TimestampedObject.Builder addTimestampedObjectsBuilder()
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;
-
addTimestampedObjectsBuilder
public TimestampedObject.Builder addTimestampedObjectsBuilder(int index)
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;
-
getTimestampedObjectsBuilderList
public List<TimestampedObject.Builder> getTimestampedObjectsBuilderList()
The object with timestamp and attributes per frame in the track.
repeated .google.cloud.videointelligence.v1p3beta1.TimestampedObject timestamped_objects = 2;
-
getAttributesList
public List<DetectedAttribute> getAttributesList()
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getAttributesListin interfaceTrackOrBuilder
-
getAttributesCount
public int getAttributesCount()
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getAttributesCountin interfaceTrackOrBuilder
-
getAttributes
public DetectedAttribute getAttributes(int index)
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getAttributesin interfaceTrackOrBuilder
-
setAttributes
public Track.Builder setAttributes(int index, DetectedAttribute value)
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
setAttributes
public Track.Builder setAttributes(int index, DetectedAttribute.Builder builderForValue)
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
addAttributes
public Track.Builder addAttributes(DetectedAttribute value)
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
addAttributes
public Track.Builder addAttributes(int index, DetectedAttribute value)
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
addAttributes
public Track.Builder addAttributes(DetectedAttribute.Builder builderForValue)
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
addAttributes
public Track.Builder addAttributes(int index, DetectedAttribute.Builder builderForValue)
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
addAllAttributes
public Track.Builder addAllAttributes(Iterable<? extends DetectedAttribute> values)
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
clearAttributes
public Track.Builder clearAttributes()
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
removeAttributes
public Track.Builder removeAttributes(int index)
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
getAttributesBuilder
public DetectedAttribute.Builder getAttributesBuilder(int index)
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
getAttributesOrBuilder
public DetectedAttributeOrBuilder getAttributesOrBuilder(int index)
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getAttributesOrBuilderin interfaceTrackOrBuilder
-
getAttributesOrBuilderList
public List<? extends DetectedAttributeOrBuilder> getAttributesOrBuilderList()
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getAttributesOrBuilderListin interfaceTrackOrBuilder
-
addAttributesBuilder
public DetectedAttribute.Builder addAttributesBuilder()
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
addAttributesBuilder
public DetectedAttribute.Builder addAttributesBuilder(int index)
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
getAttributesBuilderList
public List<DetectedAttribute.Builder> getAttributesBuilderList()
Optional. Attributes in the track level.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
getConfidence
public float getConfidence()
Optional. The confidence score of the tracked object.
float confidence = 4 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getConfidencein interfaceTrackOrBuilder- Returns:
- The confidence.
-
setConfidence
public Track.Builder setConfidence(float value)
Optional. The confidence score of the tracked object.
float confidence = 4 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
value- The confidence to set.- Returns:
- This builder for chaining.
-
clearConfidence
public Track.Builder clearConfidence()
Optional. The confidence score of the tracked object.
float confidence = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- This builder for chaining.
-
setUnknownFields
public final Track.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Track.Builder>
-
mergeUnknownFields
public final Track.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Track.Builder>
-
-