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.AnnotationValuegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>public AnnotationValue.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>public AnnotationValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AnnotationValue build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AnnotationValue buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AnnotationValue.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>public AnnotationValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>public AnnotationValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>public AnnotationValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>public AnnotationValue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>public AnnotationValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>public AnnotationValue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AnnotationValue.Builder>public AnnotationValue.Builder mergeFrom(AnnotationValue other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>public AnnotationValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AnnotationValue.Builder>IOExceptionpublic AnnotationValue.ValueTypeCase getValueTypeCase()
getValueTypeCase in interface AnnotationValueOrBuilderpublic AnnotationValue.Builder clearValueType()
public boolean hasImageClassificationAnnotation()
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
hasImageClassificationAnnotation in interface AnnotationValueOrBuilderpublic ImageClassificationAnnotation getImageClassificationAnnotation()
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
getImageClassificationAnnotation in interface AnnotationValueOrBuilderpublic AnnotationValue.Builder setImageClassificationAnnotation(ImageClassificationAnnotation value)
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
public AnnotationValue.Builder setImageClassificationAnnotation(ImageClassificationAnnotation.Builder builderForValue)
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
public AnnotationValue.Builder mergeImageClassificationAnnotation(ImageClassificationAnnotation value)
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
public AnnotationValue.Builder clearImageClassificationAnnotation()
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
public ImageClassificationAnnotation.Builder getImageClassificationAnnotationBuilder()
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
public ImageClassificationAnnotationOrBuilder getImageClassificationAnnotationOrBuilder()
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
getImageClassificationAnnotationOrBuilder in interface AnnotationValueOrBuilderpublic boolean hasImageBoundingPolyAnnotation()
Annotation value for image bounding box, oriented bounding box and polygon cases.
.google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation image_bounding_poly_annotation = 2;
hasImageBoundingPolyAnnotation in interface AnnotationValueOrBuilderpublic ImageBoundingPolyAnnotation getImageBoundingPolyAnnotation()
Annotation value for image bounding box, oriented bounding box and polygon cases.
.google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation image_bounding_poly_annotation = 2;
getImageBoundingPolyAnnotation in interface AnnotationValueOrBuilderpublic 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;
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;
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;
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;
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;
public ImageBoundingPolyAnnotationOrBuilder getImageBoundingPolyAnnotationOrBuilder()
Annotation value for image bounding box, oriented bounding box and polygon cases.
.google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation image_bounding_poly_annotation = 2;
getImageBoundingPolyAnnotationOrBuilder in interface AnnotationValueOrBuilderpublic 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;
hasImagePolylineAnnotation in interface AnnotationValueOrBuilderpublic 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;
getImagePolylineAnnotation in interface AnnotationValueOrBuilderpublic 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;
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;
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;
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;
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;
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;
getImagePolylineAnnotationOrBuilder in interface AnnotationValueOrBuilderpublic boolean hasImageSegmentationAnnotation()
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
hasImageSegmentationAnnotation in interface AnnotationValueOrBuilderpublic ImageSegmentationAnnotation getImageSegmentationAnnotation()
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
getImageSegmentationAnnotation in interface AnnotationValueOrBuilderpublic AnnotationValue.Builder setImageSegmentationAnnotation(ImageSegmentationAnnotation value)
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
public AnnotationValue.Builder setImageSegmentationAnnotation(ImageSegmentationAnnotation.Builder builderForValue)
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
public AnnotationValue.Builder mergeImageSegmentationAnnotation(ImageSegmentationAnnotation value)
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
public AnnotationValue.Builder clearImageSegmentationAnnotation()
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
public ImageSegmentationAnnotation.Builder getImageSegmentationAnnotationBuilder()
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
public ImageSegmentationAnnotationOrBuilder getImageSegmentationAnnotationOrBuilder()
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
getImageSegmentationAnnotationOrBuilder in interface AnnotationValueOrBuilderpublic boolean hasTextClassificationAnnotation()
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
hasTextClassificationAnnotation in interface AnnotationValueOrBuilderpublic TextClassificationAnnotation getTextClassificationAnnotation()
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
getTextClassificationAnnotation in interface AnnotationValueOrBuilderpublic AnnotationValue.Builder setTextClassificationAnnotation(TextClassificationAnnotation value)
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
public AnnotationValue.Builder setTextClassificationAnnotation(TextClassificationAnnotation.Builder builderForValue)
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
public AnnotationValue.Builder mergeTextClassificationAnnotation(TextClassificationAnnotation value)
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
public AnnotationValue.Builder clearTextClassificationAnnotation()
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
public TextClassificationAnnotation.Builder getTextClassificationAnnotationBuilder()
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
public TextClassificationAnnotationOrBuilder getTextClassificationAnnotationOrBuilder()
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
getTextClassificationAnnotationOrBuilder in interface AnnotationValueOrBuilderpublic boolean hasTextEntityExtractionAnnotation()
Annotation value for text entity extraction case.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
hasTextEntityExtractionAnnotation in interface AnnotationValueOrBuilderpublic TextEntityExtractionAnnotation getTextEntityExtractionAnnotation()
Annotation value for text entity extraction case.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
getTextEntityExtractionAnnotation in interface AnnotationValueOrBuilderpublic AnnotationValue.Builder setTextEntityExtractionAnnotation(TextEntityExtractionAnnotation value)
Annotation value for text entity extraction case.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
public AnnotationValue.Builder setTextEntityExtractionAnnotation(TextEntityExtractionAnnotation.Builder builderForValue)
Annotation value for text entity extraction case.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
public AnnotationValue.Builder mergeTextEntityExtractionAnnotation(TextEntityExtractionAnnotation value)
Annotation value for text entity extraction case.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
public AnnotationValue.Builder clearTextEntityExtractionAnnotation()
Annotation value for text entity extraction case.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
public TextEntityExtractionAnnotation.Builder getTextEntityExtractionAnnotationBuilder()
Annotation value for text entity extraction case.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
public TextEntityExtractionAnnotationOrBuilder getTextEntityExtractionAnnotationOrBuilder()
Annotation value for text entity extraction case.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
getTextEntityExtractionAnnotationOrBuilder in interface AnnotationValueOrBuilderpublic boolean hasVideoClassificationAnnotation()
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
hasVideoClassificationAnnotation in interface AnnotationValueOrBuilderpublic VideoClassificationAnnotation getVideoClassificationAnnotation()
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
getVideoClassificationAnnotation in interface AnnotationValueOrBuilderpublic AnnotationValue.Builder setVideoClassificationAnnotation(VideoClassificationAnnotation value)
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
public AnnotationValue.Builder setVideoClassificationAnnotation(VideoClassificationAnnotation.Builder builderForValue)
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
public AnnotationValue.Builder mergeVideoClassificationAnnotation(VideoClassificationAnnotation value)
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
public AnnotationValue.Builder clearVideoClassificationAnnotation()
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
public VideoClassificationAnnotation.Builder getVideoClassificationAnnotationBuilder()
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
public VideoClassificationAnnotationOrBuilder getVideoClassificationAnnotationOrBuilder()
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
getVideoClassificationAnnotationOrBuilder in interface AnnotationValueOrBuilderpublic boolean hasVideoObjectTrackingAnnotation()
Annotation value for video object detection and tracking case.
.google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
hasVideoObjectTrackingAnnotation in interface AnnotationValueOrBuilderpublic VideoObjectTrackingAnnotation getVideoObjectTrackingAnnotation()
Annotation value for video object detection and tracking case.
.google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
getVideoObjectTrackingAnnotation in interface AnnotationValueOrBuilderpublic AnnotationValue.Builder setVideoObjectTrackingAnnotation(VideoObjectTrackingAnnotation value)
Annotation value for video object detection and tracking case.
.google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
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;
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;
public AnnotationValue.Builder clearVideoObjectTrackingAnnotation()
Annotation value for video object detection and tracking case.
.google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
public VideoObjectTrackingAnnotation.Builder getVideoObjectTrackingAnnotationBuilder()
Annotation value for video object detection and tracking case.
.google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
public VideoObjectTrackingAnnotationOrBuilder getVideoObjectTrackingAnnotationOrBuilder()
Annotation value for video object detection and tracking case.
.google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
getVideoObjectTrackingAnnotationOrBuilder in interface AnnotationValueOrBuilderpublic boolean hasVideoEventAnnotation()
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
hasVideoEventAnnotation in interface AnnotationValueOrBuilderpublic VideoEventAnnotation getVideoEventAnnotation()
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
getVideoEventAnnotation in interface AnnotationValueOrBuilderpublic AnnotationValue.Builder setVideoEventAnnotation(VideoEventAnnotation value)
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
public AnnotationValue.Builder setVideoEventAnnotation(VideoEventAnnotation.Builder builderForValue)
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
public AnnotationValue.Builder mergeVideoEventAnnotation(VideoEventAnnotation value)
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
public AnnotationValue.Builder clearVideoEventAnnotation()
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
public VideoEventAnnotation.Builder getVideoEventAnnotationBuilder()
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
public VideoEventAnnotationOrBuilder getVideoEventAnnotationOrBuilder()
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
getVideoEventAnnotationOrBuilder in interface AnnotationValueOrBuilderpublic final AnnotationValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>public final AnnotationValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>Copyright © 2019 Google LLC. All rights reserved.