Class AnnotationValue.Builder

  • All Implemented Interfaces:
    AnnotationValueOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    AnnotationValue

    public static final class AnnotationValue.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
    implements AnnotationValueOrBuilder
     Annotation value for an example.
     
    Protobuf type google.cloud.datalabeling.v1beta1.AnnotationValue
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
      • clear

        public AnnotationValue.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
      • getDefaultInstanceForType

        public AnnotationValue getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public AnnotationValue build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public AnnotationValue buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public AnnotationValue.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
      • setField

        public AnnotationValue.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
      • clearField

        public AnnotationValue.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
      • clearOneof

        public AnnotationValue.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
      • setRepeatedField

        public AnnotationValue.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                        int index,
                                                        Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
      • addRepeatedField

        public AnnotationValue.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                        Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
      • mergeFrom

        public AnnotationValue.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AnnotationValue.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
      • mergeFrom

        public AnnotationValue.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AnnotationValue.Builder>
        Throws:
        IOException
      • hasImageClassificationAnnotation

        public boolean hasImageClassificationAnnotation()
         Annotation value for image classification case.
         
        .google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
        Specified by:
        hasImageClassificationAnnotation in interface AnnotationValueOrBuilder
        Returns:
        Whether the imageClassificationAnnotation field is set.
      • setImageClassificationAnnotation

        public AnnotationValue.Builder setImageClassificationAnnotation​(ImageClassificationAnnotation value)
         Annotation value for image classification case.
         
        .google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
      • setImageClassificationAnnotation

        public AnnotationValue.Builder setImageClassificationAnnotation​(ImageClassificationAnnotation.Builder builderForValue)
         Annotation value for image classification case.
         
        .google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
      • mergeImageClassificationAnnotation

        public AnnotationValue.Builder mergeImageClassificationAnnotation​(ImageClassificationAnnotation value)
         Annotation value for image classification case.
         
        .google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
      • clearImageClassificationAnnotation

        public AnnotationValue.Builder clearImageClassificationAnnotation()
         Annotation value for image classification case.
         
        .google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
      • getImageClassificationAnnotationBuilder

        public ImageClassificationAnnotation.Builder getImageClassificationAnnotationBuilder()
         Annotation value for image classification case.
         
        .google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
      • hasImageBoundingPolyAnnotation

        public boolean hasImageBoundingPolyAnnotation()
         Annotation value for image bounding box, oriented bounding box
         and polygon cases.
         
        .google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation image_bounding_poly_annotation = 2;
        Specified by:
        hasImageBoundingPolyAnnotation in interface AnnotationValueOrBuilder
        Returns:
        Whether the imageBoundingPolyAnnotation field is set.
      • getImageBoundingPolyAnnotation

        public ImageBoundingPolyAnnotation getImageBoundingPolyAnnotation()
         Annotation value for image bounding box, oriented bounding box
         and polygon cases.
         
        .google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation image_bounding_poly_annotation = 2;
        Specified by:
        getImageBoundingPolyAnnotation in interface AnnotationValueOrBuilder
        Returns:
        The imageBoundingPolyAnnotation.
      • setImageBoundingPolyAnnotation

        public AnnotationValue.Builder setImageBoundingPolyAnnotation​(ImageBoundingPolyAnnotation value)
         Annotation value for image bounding box, oriented bounding box
         and polygon cases.
         
        .google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation image_bounding_poly_annotation = 2;
      • setImageBoundingPolyAnnotation

        public AnnotationValue.Builder setImageBoundingPolyAnnotation​(ImageBoundingPolyAnnotation.Builder builderForValue)
         Annotation value for image bounding box, oriented bounding box
         and polygon cases.
         
        .google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation image_bounding_poly_annotation = 2;
      • mergeImageBoundingPolyAnnotation

        public AnnotationValue.Builder mergeImageBoundingPolyAnnotation​(ImageBoundingPolyAnnotation value)
         Annotation value for image bounding box, oriented bounding box
         and polygon cases.
         
        .google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation image_bounding_poly_annotation = 2;
      • clearImageBoundingPolyAnnotation

        public AnnotationValue.Builder clearImageBoundingPolyAnnotation()
         Annotation value for image bounding box, oriented bounding box
         and polygon cases.
         
        .google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation image_bounding_poly_annotation = 2;
      • getImageBoundingPolyAnnotationBuilder

        public ImageBoundingPolyAnnotation.Builder getImageBoundingPolyAnnotationBuilder()
         Annotation value for image bounding box, oriented bounding box
         and polygon cases.
         
        .google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation image_bounding_poly_annotation = 2;
      • hasImagePolylineAnnotation

        public boolean hasImagePolylineAnnotation()
         Annotation value for image polyline cases.
         Polyline here is different from BoundingPoly. It is formed by
         line segments connected to each other but not closed form(Bounding Poly).
         The line segments can cross each other.
         
        .google.cloud.datalabeling.v1beta1.ImagePolylineAnnotation image_polyline_annotation = 8;
        Specified by:
        hasImagePolylineAnnotation in interface AnnotationValueOrBuilder
        Returns:
        Whether the imagePolylineAnnotation field is set.
      • getImagePolylineAnnotation

        public ImagePolylineAnnotation getImagePolylineAnnotation()
         Annotation value for image polyline cases.
         Polyline here is different from BoundingPoly. It is formed by
         line segments connected to each other but not closed form(Bounding Poly).
         The line segments can cross each other.
         
        .google.cloud.datalabeling.v1beta1.ImagePolylineAnnotation image_polyline_annotation = 8;
        Specified by:
        getImagePolylineAnnotation in interface AnnotationValueOrBuilder
        Returns:
        The imagePolylineAnnotation.
      • setImagePolylineAnnotation

        public AnnotationValue.Builder setImagePolylineAnnotation​(ImagePolylineAnnotation value)
         Annotation value for image polyline cases.
         Polyline here is different from BoundingPoly. It is formed by
         line segments connected to each other but not closed form(Bounding Poly).
         The line segments can cross each other.
         
        .google.cloud.datalabeling.v1beta1.ImagePolylineAnnotation image_polyline_annotation = 8;
      • setImagePolylineAnnotation

        public AnnotationValue.Builder setImagePolylineAnnotation​(ImagePolylineAnnotation.Builder builderForValue)
         Annotation value for image polyline cases.
         Polyline here is different from BoundingPoly. It is formed by
         line segments connected to each other but not closed form(Bounding Poly).
         The line segments can cross each other.
         
        .google.cloud.datalabeling.v1beta1.ImagePolylineAnnotation image_polyline_annotation = 8;
      • mergeImagePolylineAnnotation

        public AnnotationValue.Builder mergeImagePolylineAnnotation​(ImagePolylineAnnotation value)
         Annotation value for image polyline cases.
         Polyline here is different from BoundingPoly. It is formed by
         line segments connected to each other but not closed form(Bounding Poly).
         The line segments can cross each other.
         
        .google.cloud.datalabeling.v1beta1.ImagePolylineAnnotation image_polyline_annotation = 8;
      • clearImagePolylineAnnotation

        public AnnotationValue.Builder clearImagePolylineAnnotation()
         Annotation value for image polyline cases.
         Polyline here is different from BoundingPoly. It is formed by
         line segments connected to each other but not closed form(Bounding Poly).
         The line segments can cross each other.
         
        .google.cloud.datalabeling.v1beta1.ImagePolylineAnnotation image_polyline_annotation = 8;
      • getImagePolylineAnnotationBuilder

        public ImagePolylineAnnotation.Builder getImagePolylineAnnotationBuilder()
         Annotation value for image polyline cases.
         Polyline here is different from BoundingPoly. It is formed by
         line segments connected to each other but not closed form(Bounding Poly).
         The line segments can cross each other.
         
        .google.cloud.datalabeling.v1beta1.ImagePolylineAnnotation image_polyline_annotation = 8;
      • getImagePolylineAnnotationOrBuilder

        public ImagePolylineAnnotationOrBuilder getImagePolylineAnnotationOrBuilder()
         Annotation value for image polyline cases.
         Polyline here is different from BoundingPoly. It is formed by
         line segments connected to each other but not closed form(Bounding Poly).
         The line segments can cross each other.
         
        .google.cloud.datalabeling.v1beta1.ImagePolylineAnnotation image_polyline_annotation = 8;
        Specified by:
        getImagePolylineAnnotationOrBuilder in interface AnnotationValueOrBuilder
      • hasImageSegmentationAnnotation

        public boolean hasImageSegmentationAnnotation()
         Annotation value for image segmentation.
         
        .google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
        Specified by:
        hasImageSegmentationAnnotation in interface AnnotationValueOrBuilder
        Returns:
        Whether the imageSegmentationAnnotation field is set.
      • setImageSegmentationAnnotation

        public AnnotationValue.Builder setImageSegmentationAnnotation​(ImageSegmentationAnnotation value)
         Annotation value for image segmentation.
         
        .google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
      • setImageSegmentationAnnotation

        public AnnotationValue.Builder setImageSegmentationAnnotation​(ImageSegmentationAnnotation.Builder builderForValue)
         Annotation value for image segmentation.
         
        .google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
      • mergeImageSegmentationAnnotation

        public AnnotationValue.Builder mergeImageSegmentationAnnotation​(ImageSegmentationAnnotation value)
         Annotation value for image segmentation.
         
        .google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
      • clearImageSegmentationAnnotation

        public AnnotationValue.Builder clearImageSegmentationAnnotation()
         Annotation value for image segmentation.
         
        .google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
      • getImageSegmentationAnnotationBuilder

        public ImageSegmentationAnnotation.Builder getImageSegmentationAnnotationBuilder()
         Annotation value for image segmentation.
         
        .google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
      • hasTextClassificationAnnotation

        public boolean hasTextClassificationAnnotation()
         Annotation value for text classification case.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
        Specified by:
        hasTextClassificationAnnotation in interface AnnotationValueOrBuilder
        Returns:
        Whether the textClassificationAnnotation field is set.
      • setTextClassificationAnnotation

        public AnnotationValue.Builder setTextClassificationAnnotation​(TextClassificationAnnotation value)
         Annotation value for text classification case.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
      • setTextClassificationAnnotation

        public AnnotationValue.Builder setTextClassificationAnnotation​(TextClassificationAnnotation.Builder builderForValue)
         Annotation value for text classification case.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
      • mergeTextClassificationAnnotation

        public AnnotationValue.Builder mergeTextClassificationAnnotation​(TextClassificationAnnotation value)
         Annotation value for text classification case.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
      • clearTextClassificationAnnotation

        public AnnotationValue.Builder clearTextClassificationAnnotation()
         Annotation value for text classification case.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
      • getTextClassificationAnnotationBuilder

        public TextClassificationAnnotation.Builder getTextClassificationAnnotationBuilder()
         Annotation value for text classification case.
         
        .google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
      • hasTextEntityExtractionAnnotation

        public boolean hasTextEntityExtractionAnnotation()
         Annotation value for text entity extraction case.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
        Specified by:
        hasTextEntityExtractionAnnotation in interface AnnotationValueOrBuilder
        Returns:
        Whether the textEntityExtractionAnnotation field is set.
      • setTextEntityExtractionAnnotation

        public AnnotationValue.Builder setTextEntityExtractionAnnotation​(TextEntityExtractionAnnotation value)
         Annotation value for text entity extraction case.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
      • setTextEntityExtractionAnnotation

        public AnnotationValue.Builder setTextEntityExtractionAnnotation​(TextEntityExtractionAnnotation.Builder builderForValue)
         Annotation value for text entity extraction case.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
      • mergeTextEntityExtractionAnnotation

        public AnnotationValue.Builder mergeTextEntityExtractionAnnotation​(TextEntityExtractionAnnotation value)
         Annotation value for text entity extraction case.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
      • clearTextEntityExtractionAnnotation

        public AnnotationValue.Builder clearTextEntityExtractionAnnotation()
         Annotation value for text entity extraction case.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
      • getTextEntityExtractionAnnotationBuilder

        public TextEntityExtractionAnnotation.Builder getTextEntityExtractionAnnotationBuilder()
         Annotation value for text entity extraction case.
         
        .google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
      • hasVideoClassificationAnnotation

        public boolean hasVideoClassificationAnnotation()
         Annotation value for video classification case.
         
        .google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
        Specified by:
        hasVideoClassificationAnnotation in interface AnnotationValueOrBuilder
        Returns:
        Whether the videoClassificationAnnotation field is set.
      • setVideoClassificationAnnotation

        public AnnotationValue.Builder setVideoClassificationAnnotation​(VideoClassificationAnnotation value)
         Annotation value for video classification case.
         
        .google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
      • setVideoClassificationAnnotation

        public AnnotationValue.Builder setVideoClassificationAnnotation​(VideoClassificationAnnotation.Builder builderForValue)
         Annotation value for video classification case.
         
        .google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
      • mergeVideoClassificationAnnotation

        public AnnotationValue.Builder mergeVideoClassificationAnnotation​(VideoClassificationAnnotation value)
         Annotation value for video classification case.
         
        .google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
      • clearVideoClassificationAnnotation

        public AnnotationValue.Builder clearVideoClassificationAnnotation()
         Annotation value for video classification case.
         
        .google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
      • getVideoClassificationAnnotationBuilder

        public VideoClassificationAnnotation.Builder getVideoClassificationAnnotationBuilder()
         Annotation value for video classification case.
         
        .google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
      • hasVideoObjectTrackingAnnotation

        public boolean hasVideoObjectTrackingAnnotation()
         Annotation value for video object detection and tracking case.
         
        .google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
        Specified by:
        hasVideoObjectTrackingAnnotation in interface AnnotationValueOrBuilder
        Returns:
        Whether the videoObjectTrackingAnnotation field is set.
      • setVideoObjectTrackingAnnotation

        public AnnotationValue.Builder setVideoObjectTrackingAnnotation​(VideoObjectTrackingAnnotation value)
         Annotation value for video object detection and tracking case.
         
        .google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
      • setVideoObjectTrackingAnnotation

        public AnnotationValue.Builder setVideoObjectTrackingAnnotation​(VideoObjectTrackingAnnotation.Builder builderForValue)
         Annotation value for video object detection and tracking case.
         
        .google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
      • mergeVideoObjectTrackingAnnotation

        public AnnotationValue.Builder mergeVideoObjectTrackingAnnotation​(VideoObjectTrackingAnnotation value)
         Annotation value for video object detection and tracking case.
         
        .google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
      • clearVideoObjectTrackingAnnotation

        public AnnotationValue.Builder clearVideoObjectTrackingAnnotation()
         Annotation value for video object detection and tracking case.
         
        .google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
      • getVideoObjectTrackingAnnotationBuilder

        public VideoObjectTrackingAnnotation.Builder getVideoObjectTrackingAnnotationBuilder()
         Annotation value for video object detection and tracking case.
         
        .google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
      • hasVideoEventAnnotation

        public boolean hasVideoEventAnnotation()
         Annotation value for video event case.
         
        .google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
        Specified by:
        hasVideoEventAnnotation in interface AnnotationValueOrBuilder
        Returns:
        Whether the videoEventAnnotation field is set.
      • setVideoEventAnnotation

        public AnnotationValue.Builder setVideoEventAnnotation​(VideoEventAnnotation value)
         Annotation value for video event case.
         
        .google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
      • setVideoEventAnnotation

        public AnnotationValue.Builder setVideoEventAnnotation​(VideoEventAnnotation.Builder builderForValue)
         Annotation value for video event case.
         
        .google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
      • mergeVideoEventAnnotation

        public AnnotationValue.Builder mergeVideoEventAnnotation​(VideoEventAnnotation value)
         Annotation value for video event case.
         
        .google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
      • clearVideoEventAnnotation

        public AnnotationValue.Builder clearVideoEventAnnotation()
         Annotation value for video event case.
         
        .google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
      • getVideoEventAnnotationBuilder

        public VideoEventAnnotation.Builder getVideoEventAnnotationBuilder()
         Annotation value for video event case.
         
        .google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
      • setUnknownFields

        public final AnnotationValue.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
      • mergeUnknownFields

        public final AnnotationValue.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>