Class AnnotationValue.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
-
- com.google.cloud.datalabeling.v1beta1.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 typegoogle.cloud.datalabeling.v1beta1.AnnotationValue
-
-
Method Summary
-
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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
-
clear
public AnnotationValue.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
-
getDefaultInstanceForType
public AnnotationValue getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public AnnotationValue build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AnnotationValue buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AnnotationValue.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
-
setField
public AnnotationValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
-
clearField
public AnnotationValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
-
clearOneof
public AnnotationValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
-
addRepeatedField
public AnnotationValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
-
mergeFrom
public AnnotationValue.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<AnnotationValue.Builder>
-
mergeFrom
public AnnotationValue.Builder mergeFrom(AnnotationValue other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<AnnotationValue.Builder>
- Throws:
IOException
-
getValueTypeCase
public AnnotationValue.ValueTypeCase getValueTypeCase()
- Specified by:
getValueTypeCase
in interfaceAnnotationValueOrBuilder
-
clearValueType
public AnnotationValue.Builder clearValueType()
-
hasImageClassificationAnnotation
public boolean hasImageClassificationAnnotation()
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
- Specified by:
hasImageClassificationAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- Whether the imageClassificationAnnotation field is set.
-
getImageClassificationAnnotation
public ImageClassificationAnnotation getImageClassificationAnnotation()
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
- Specified by:
getImageClassificationAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- The imageClassificationAnnotation.
-
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;
-
getImageClassificationAnnotationOrBuilder
public ImageClassificationAnnotationOrBuilder getImageClassificationAnnotationOrBuilder()
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
- Specified by:
getImageClassificationAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
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 interfaceAnnotationValueOrBuilder
- 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 interfaceAnnotationValueOrBuilder
- 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;
-
getImageBoundingPolyAnnotationOrBuilder
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;
- Specified by:
getImageBoundingPolyAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
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 interfaceAnnotationValueOrBuilder
- 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 interfaceAnnotationValueOrBuilder
- 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 interfaceAnnotationValueOrBuilder
-
hasImageSegmentationAnnotation
public boolean hasImageSegmentationAnnotation()
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
- Specified by:
hasImageSegmentationAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- Whether the imageSegmentationAnnotation field is set.
-
getImageSegmentationAnnotation
public ImageSegmentationAnnotation getImageSegmentationAnnotation()
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
- Specified by:
getImageSegmentationAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- The imageSegmentationAnnotation.
-
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;
-
getImageSegmentationAnnotationOrBuilder
public ImageSegmentationAnnotationOrBuilder getImageSegmentationAnnotationOrBuilder()
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
- Specified by:
getImageSegmentationAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
hasTextClassificationAnnotation
public boolean hasTextClassificationAnnotation()
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
- Specified by:
hasTextClassificationAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- Whether the textClassificationAnnotation field is set.
-
getTextClassificationAnnotation
public TextClassificationAnnotation getTextClassificationAnnotation()
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
- Specified by:
getTextClassificationAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- The textClassificationAnnotation.
-
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;
-
getTextClassificationAnnotationOrBuilder
public TextClassificationAnnotationOrBuilder getTextClassificationAnnotationOrBuilder()
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
- Specified by:
getTextClassificationAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
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 interfaceAnnotationValueOrBuilder
- Returns:
- Whether the textEntityExtractionAnnotation field is set.
-
getTextEntityExtractionAnnotation
public TextEntityExtractionAnnotation getTextEntityExtractionAnnotation()
Annotation value for text entity extraction case.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
- Specified by:
getTextEntityExtractionAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- The textEntityExtractionAnnotation.
-
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;
-
getTextEntityExtractionAnnotationOrBuilder
public TextEntityExtractionAnnotationOrBuilder getTextEntityExtractionAnnotationOrBuilder()
Annotation value for text entity extraction case.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
- Specified by:
getTextEntityExtractionAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
hasVideoClassificationAnnotation
public boolean hasVideoClassificationAnnotation()
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
- Specified by:
hasVideoClassificationAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- Whether the videoClassificationAnnotation field is set.
-
getVideoClassificationAnnotation
public VideoClassificationAnnotation getVideoClassificationAnnotation()
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
- Specified by:
getVideoClassificationAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- The videoClassificationAnnotation.
-
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;
-
getVideoClassificationAnnotationOrBuilder
public VideoClassificationAnnotationOrBuilder getVideoClassificationAnnotationOrBuilder()
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
- Specified by:
getVideoClassificationAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
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 interfaceAnnotationValueOrBuilder
- Returns:
- Whether the videoObjectTrackingAnnotation field is set.
-
getVideoObjectTrackingAnnotation
public VideoObjectTrackingAnnotation getVideoObjectTrackingAnnotation()
Annotation value for video object detection and tracking case.
.google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
- Specified by:
getVideoObjectTrackingAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- The videoObjectTrackingAnnotation.
-
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;
-
getVideoObjectTrackingAnnotationOrBuilder
public VideoObjectTrackingAnnotationOrBuilder getVideoObjectTrackingAnnotationOrBuilder()
Annotation value for video object detection and tracking case.
.google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
- Specified by:
getVideoObjectTrackingAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
hasVideoEventAnnotation
public boolean hasVideoEventAnnotation()
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
- Specified by:
hasVideoEventAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- Whether the videoEventAnnotation field is set.
-
getVideoEventAnnotation
public VideoEventAnnotation getVideoEventAnnotation()
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
- Specified by:
getVideoEventAnnotation
in interfaceAnnotationValueOrBuilder
- Returns:
- The videoEventAnnotation.
-
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;
-
getVideoEventAnnotationOrBuilder
public VideoEventAnnotationOrBuilder getVideoEventAnnotationOrBuilder()
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
- Specified by:
getVideoEventAnnotationOrBuilder
in interfaceAnnotationValueOrBuilder
-
setUnknownFields
public final AnnotationValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
-
mergeUnknownFields
public final AnnotationValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<AnnotationValue.Builder>
-
-