public static final class VideoObjectTrackingPredictionResult.Builder extends GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Builder> implements VideoObjectTrackingPredictionResultOrBuilder
   
   Prediction output format for Video Object Tracking.
 Protobuf type google.cloud.visionai.v1.VideoObjectTrackingPredictionResult
 
  
  
  
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addAllObjects(Iterable<? extends VideoObjectTrackingPredictionResult.DetectedObject> values)
  
    public VideoObjectTrackingPredictionResult.Builder addAllObjects(Iterable<? extends VideoObjectTrackingPredictionResult.DetectedObject> values)
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        values | 
        Iterable<? extends com.google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject>
  | 
      
    
  
  
  
  addObjects(VideoObjectTrackingPredictionResult.DetectedObject value)
  
    public VideoObjectTrackingPredictionResult.Builder addObjects(VideoObjectTrackingPredictionResult.DetectedObject value)
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
  
  
  addObjects(VideoObjectTrackingPredictionResult.DetectedObject.Builder builderForValue)
  
    public VideoObjectTrackingPredictionResult.Builder addObjects(VideoObjectTrackingPredictionResult.DetectedObject.Builder builderForValue)
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
  
  
  addObjects(int index, VideoObjectTrackingPredictionResult.DetectedObject value)
  
    public VideoObjectTrackingPredictionResult.Builder addObjects(int index, VideoObjectTrackingPredictionResult.DetectedObject value)
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
  
  
  addObjects(int index, VideoObjectTrackingPredictionResult.DetectedObject.Builder builderForValue)
  
    public VideoObjectTrackingPredictionResult.Builder addObjects(int index, VideoObjectTrackingPredictionResult.DetectedObject.Builder builderForValue)
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
  
  
  addObjectsBuilder()
  
    public VideoObjectTrackingPredictionResult.DetectedObject.Builder addObjectsBuilder()
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
  
  addObjectsBuilder(int index)
  
    public VideoObjectTrackingPredictionResult.DetectedObject.Builder addObjectsBuilder(int index)
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public VideoObjectTrackingPredictionResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public VideoObjectTrackingPredictionResult build()
   
  
  
  buildPartial()
  
    public VideoObjectTrackingPredictionResult buildPartial()
   
  
  
  clear()
  
    public VideoObjectTrackingPredictionResult.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public VideoObjectTrackingPredictionResult.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearObjects()
  
    public VideoObjectTrackingPredictionResult.Builder clearObjects()
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public VideoObjectTrackingPredictionResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearSegmentEndTime()
  
    public VideoObjectTrackingPredictionResult.Builder clearSegmentEndTime()
   
   The end, inclusive, of the video's time segment in which the current
 identifications happen. Particularly, if the end is the same as the start,
 it means the identifications happen on a specific video frame.
 .google.protobuf.Timestamp segment_end_time = 2;
 
  
  
  clearSegmentStartTime()
  
    public VideoObjectTrackingPredictionResult.Builder clearSegmentStartTime()
   
   The beginning, inclusive, of the video's time segment in which the
 current identifications happens.
 .google.protobuf.Timestamp segment_start_time = 1;
 
  
  
  clone()
  
    public VideoObjectTrackingPredictionResult.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public VideoObjectTrackingPredictionResult getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getObjects(int index)
  
    public VideoObjectTrackingPredictionResult.DetectedObject getObjects(int index)
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getObjectsBuilder(int index)
  
    public VideoObjectTrackingPredictionResult.DetectedObject.Builder getObjectsBuilder(int index)
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getObjectsBuilderList()
  
    public List<VideoObjectTrackingPredictionResult.DetectedObject.Builder> getObjectsBuilderList()
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
  
  getObjectsCount()
  
    public int getObjectsCount()
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  
  getObjectsList()
  
    public List<VideoObjectTrackingPredictionResult.DetectedObject> getObjectsList()
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
  
  getObjectsOrBuilder(int index)
  
    public VideoObjectTrackingPredictionResult.DetectedObjectOrBuilder getObjectsOrBuilder(int index)
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getObjectsOrBuilderList()
  
    public List<? extends VideoObjectTrackingPredictionResult.DetectedObjectOrBuilder> getObjectsOrBuilderList()
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        List<? extends com.google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObjectOrBuilder> | 
         | 
      
    
  
  
  getSegmentEndTime()
  
    public Timestamp getSegmentEndTime()
   
   The end, inclusive, of the video's time segment in which the current
 identifications happen. Particularly, if the end is the same as the start,
 it means the identifications happen on a specific video frame.
 .google.protobuf.Timestamp segment_end_time = 2;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        Timestamp | 
        The segmentEndTime. 
 | 
      
    
  
  
  getSegmentEndTimeBuilder()
  
    public Timestamp.Builder getSegmentEndTimeBuilder()
   
   The end, inclusive, of the video's time segment in which the current
 identifications happen. Particularly, if the end is the same as the start,
 it means the identifications happen on a specific video frame.
 .google.protobuf.Timestamp segment_end_time = 2;
 
  
  
  getSegmentEndTimeOrBuilder()
  
    public TimestampOrBuilder getSegmentEndTimeOrBuilder()
   
   The end, inclusive, of the video's time segment in which the current
 identifications happen. Particularly, if the end is the same as the start,
 it means the identifications happen on a specific video frame.
 .google.protobuf.Timestamp segment_end_time = 2;
 
  
  
  getSegmentStartTime()
  
    public Timestamp getSegmentStartTime()
   
   The beginning, inclusive, of the video's time segment in which the
 current identifications happens.
 .google.protobuf.Timestamp segment_start_time = 1;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        Timestamp | 
        The segmentStartTime. 
 | 
      
    
  
  
  getSegmentStartTimeBuilder()
  
    public Timestamp.Builder getSegmentStartTimeBuilder()
   
   The beginning, inclusive, of the video's time segment in which the
 current identifications happens.
 .google.protobuf.Timestamp segment_start_time = 1;
 
  
  
  getSegmentStartTimeOrBuilder()
  
    public TimestampOrBuilder getSegmentStartTimeOrBuilder()
   
   The beginning, inclusive, of the video's time segment in which the
 current identifications happens.
 .google.protobuf.Timestamp segment_start_time = 1;
 
  
  
  hasSegmentEndTime()
  
    public boolean hasSegmentEndTime()
   
   The end, inclusive, of the video's time segment in which the current
 identifications happen. Particularly, if the end is the same as the start,
 it means the identifications happen on a specific video frame.
 .google.protobuf.Timestamp segment_end_time = 2;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        boolean | 
        Whether the segmentEndTime field is set. 
 | 
      
    
  
  
  hasSegmentStartTime()
  
    public boolean hasSegmentStartTime()
   
   The beginning, inclusive, of the video's time segment in which the
 current identifications happens.
 .google.protobuf.Timestamp segment_start_time = 1;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        boolean | 
        Whether the segmentStartTime field is set. 
 | 
      
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(VideoObjectTrackingPredictionResult other)
  
    public VideoObjectTrackingPredictionResult.Builder mergeFrom(VideoObjectTrackingPredictionResult other)
   
  
  
  
  
  
    public VideoObjectTrackingPredictionResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public VideoObjectTrackingPredictionResult.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        other | 
        Message
  | 
      
    
  
  
  Overrides
  
  
  mergeSegmentEndTime(Timestamp value)
  
    public VideoObjectTrackingPredictionResult.Builder mergeSegmentEndTime(Timestamp value)
   
   The end, inclusive, of the video's time segment in which the current
 identifications happen. Particularly, if the end is the same as the start,
 it means the identifications happen on a specific video frame.
 .google.protobuf.Timestamp segment_end_time = 2;
 
  
  
  
  mergeSegmentStartTime(Timestamp value)
  
    public VideoObjectTrackingPredictionResult.Builder mergeSegmentStartTime(Timestamp value)
   
   The beginning, inclusive, of the video's time segment in which the
 current identifications happens.
 .google.protobuf.Timestamp segment_start_time = 1;
 
  
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final VideoObjectTrackingPredictionResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeObjects(int index)
  
    public VideoObjectTrackingPredictionResult.Builder removeObjects(int index)
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public VideoObjectTrackingPredictionResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setObjects(int index, VideoObjectTrackingPredictionResult.DetectedObject value)
  
    public VideoObjectTrackingPredictionResult.Builder setObjects(int index, VideoObjectTrackingPredictionResult.DetectedObject value)
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
  
  
  setObjects(int index, VideoObjectTrackingPredictionResult.DetectedObject.Builder builderForValue)
  
    public VideoObjectTrackingPredictionResult.Builder setObjects(int index, VideoObjectTrackingPredictionResult.DetectedObject.Builder builderForValue)
   
   All of the objects detected in the specified time range.
 
 repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;
 
 
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public VideoObjectTrackingPredictionResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setSegmentEndTime(Timestamp value)
  
    public VideoObjectTrackingPredictionResult.Builder setSegmentEndTime(Timestamp value)
   
   The end, inclusive, of the video's time segment in which the current
 identifications happen. Particularly, if the end is the same as the start,
 it means the identifications happen on a specific video frame.
 .google.protobuf.Timestamp segment_end_time = 2;
 
  
  
  
  setSegmentEndTime(Timestamp.Builder builderForValue)
  
    public VideoObjectTrackingPredictionResult.Builder setSegmentEndTime(Timestamp.Builder builderForValue)
   
   The end, inclusive, of the video's time segment in which the current
 identifications happen. Particularly, if the end is the same as the start,
 it means the identifications happen on a specific video frame.
 .google.protobuf.Timestamp segment_end_time = 2;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        builderForValue | 
        Builder
  | 
      
    
  
  
  
  setSegmentStartTime(Timestamp value)
  
    public VideoObjectTrackingPredictionResult.Builder setSegmentStartTime(Timestamp value)
   
   The beginning, inclusive, of the video's time segment in which the
 current identifications happens.
 .google.protobuf.Timestamp segment_start_time = 1;
 
  
  
  
  setSegmentStartTime(Timestamp.Builder builderForValue)
  
    public VideoObjectTrackingPredictionResult.Builder setSegmentStartTime(Timestamp.Builder builderForValue)
   
   The beginning, inclusive, of the video's time segment in which the
 current identifications happens.
 .google.protobuf.Timestamp segment_start_time = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        builderForValue | 
        Builder
  | 
      
    
  
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final VideoObjectTrackingPredictionResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides