Interface VideoObjectTrackingAnnotationOrBuilder

    • Method Detail

      • hasAnnotationSpec

        boolean hasAnnotationSpec()
         Label of the object tracked in this annotation.
         
        .google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
        Returns:
        Whether the annotationSpec field is set.
      • getAnnotationSpec

        AnnotationSpec getAnnotationSpec()
         Label of the object tracked in this annotation.
         
        .google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
        Returns:
        The annotationSpec.
      • getAnnotationSpecOrBuilder

        AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()
         Label of the object tracked in this annotation.
         
        .google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
      • hasTimeSegment

        boolean hasTimeSegment()
         The time segment of the video to which object tracking applies.
         
        .google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 2;
        Returns:
        Whether the timeSegment field is set.
      • getTimeSegment

        TimeSegment getTimeSegment()
         The time segment of the video to which object tracking applies.
         
        .google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 2;
        Returns:
        The timeSegment.
      • getTimeSegmentOrBuilder

        TimeSegmentOrBuilder getTimeSegmentOrBuilder()
         The time segment of the video to which object tracking applies.
         
        .google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 2;
      • getObjectTrackingFramesList

        List<ObjectTrackingFrame> getObjectTrackingFramesList()
         The list of frames where this object track appears.
         
        repeated .google.cloud.datalabeling.v1beta1.ObjectTrackingFrame object_tracking_frames = 3;
      • getObjectTrackingFrames

        ObjectTrackingFrame getObjectTrackingFrames​(int index)
         The list of frames where this object track appears.
         
        repeated .google.cloud.datalabeling.v1beta1.ObjectTrackingFrame object_tracking_frames = 3;
      • getObjectTrackingFramesCount

        int getObjectTrackingFramesCount()
         The list of frames where this object track appears.
         
        repeated .google.cloud.datalabeling.v1beta1.ObjectTrackingFrame object_tracking_frames = 3;
      • getObjectTrackingFramesOrBuilderList

        List<? extends ObjectTrackingFrameOrBuilder> getObjectTrackingFramesOrBuilderList()
         The list of frames where this object track appears.
         
        repeated .google.cloud.datalabeling.v1beta1.ObjectTrackingFrame object_tracking_frames = 3;
      • getObjectTrackingFramesOrBuilder

        ObjectTrackingFrameOrBuilder getObjectTrackingFramesOrBuilder​(int index)
         The list of frames where this object track appears.
         
        repeated .google.cloud.datalabeling.v1beta1.ObjectTrackingFrame object_tracking_frames = 3;