public interface AnnotationValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImageBoundingPolyAnnotation |
getImageBoundingPolyAnnotation()
Annotation value for image bounding box, oriented bounding box
and polygon cases.
|
ImageBoundingPolyAnnotationOrBuilder |
getImageBoundingPolyAnnotationOrBuilder()
Annotation value for image bounding box, oriented bounding box
and polygon cases.
|
ImageClassificationAnnotation |
getImageClassificationAnnotation()
Annotation value for image classification case.
|
ImageClassificationAnnotationOrBuilder |
getImageClassificationAnnotationOrBuilder()
Annotation value for image classification case.
|
ImagePolylineAnnotation |
getImagePolylineAnnotation()
Annotation value for image polyline cases.
|
ImagePolylineAnnotationOrBuilder |
getImagePolylineAnnotationOrBuilder()
Annotation value for image polyline cases.
|
ImageSegmentationAnnotation |
getImageSegmentationAnnotation()
Annotation value for image segmentation.
|
ImageSegmentationAnnotationOrBuilder |
getImageSegmentationAnnotationOrBuilder()
Annotation value for image segmentation.
|
TextClassificationAnnotation |
getTextClassificationAnnotation()
Annotation value for text classification case.
|
TextClassificationAnnotationOrBuilder |
getTextClassificationAnnotationOrBuilder()
Annotation value for text classification case.
|
TextEntityExtractionAnnotation |
getTextEntityExtractionAnnotation()
Annotation value for text entity extraction case.
|
TextEntityExtractionAnnotationOrBuilder |
getTextEntityExtractionAnnotationOrBuilder()
Annotation value for text entity extraction case.
|
AnnotationValue.ValueTypeCase |
getValueTypeCase() |
VideoClassificationAnnotation |
getVideoClassificationAnnotation()
Annotation value for video classification case.
|
VideoClassificationAnnotationOrBuilder |
getVideoClassificationAnnotationOrBuilder()
Annotation value for video classification case.
|
VideoEventAnnotation |
getVideoEventAnnotation()
Annotation value for video event case.
|
VideoEventAnnotationOrBuilder |
getVideoEventAnnotationOrBuilder()
Annotation value for video event case.
|
VideoObjectTrackingAnnotation |
getVideoObjectTrackingAnnotation()
Annotation value for video object detection and tracking case.
|
VideoObjectTrackingAnnotationOrBuilder |
getVideoObjectTrackingAnnotationOrBuilder()
Annotation value for video object detection and tracking case.
|
boolean |
hasImageBoundingPolyAnnotation()
Annotation value for image bounding box, oriented bounding box
and polygon cases.
|
boolean |
hasImageClassificationAnnotation()
Annotation value for image classification case.
|
boolean |
hasImagePolylineAnnotation()
Annotation value for image polyline cases.
|
boolean |
hasImageSegmentationAnnotation()
Annotation value for image segmentation.
|
boolean |
hasTextClassificationAnnotation()
Annotation value for text classification case.
|
boolean |
hasTextEntityExtractionAnnotation()
Annotation value for text entity extraction case.
|
boolean |
hasVideoClassificationAnnotation()
Annotation value for video classification case.
|
boolean |
hasVideoEventAnnotation()
Annotation value for video event case.
|
boolean |
hasVideoObjectTrackingAnnotation()
Annotation value for video object detection and tracking case.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasImageClassificationAnnotation()
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
ImageClassificationAnnotation getImageClassificationAnnotation()
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
ImageClassificationAnnotationOrBuilder getImageClassificationAnnotationOrBuilder()
Annotation value for image classification case.
.google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation image_classification_annotation = 1;
boolean hasImageBoundingPolyAnnotation()
Annotation value for image bounding box, oriented bounding box and polygon cases.
.google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation image_bounding_poly_annotation = 2;
ImageBoundingPolyAnnotation getImageBoundingPolyAnnotation()
Annotation value for image bounding box, oriented bounding box and polygon cases.
.google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation image_bounding_poly_annotation = 2;
ImageBoundingPolyAnnotationOrBuilder getImageBoundingPolyAnnotationOrBuilder()
Annotation value for image bounding box, oriented bounding box and polygon cases.
.google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation image_bounding_poly_annotation = 2;
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;
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;
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;
boolean hasImageSegmentationAnnotation()
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
ImageSegmentationAnnotation getImageSegmentationAnnotation()
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
ImageSegmentationAnnotationOrBuilder getImageSegmentationAnnotationOrBuilder()
Annotation value for image segmentation.
.google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation image_segmentation_annotation = 9;
boolean hasTextClassificationAnnotation()
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
TextClassificationAnnotation getTextClassificationAnnotation()
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
TextClassificationAnnotationOrBuilder getTextClassificationAnnotationOrBuilder()
Annotation value for text classification case.
.google.cloud.datalabeling.v1beta1.TextClassificationAnnotation text_classification_annotation = 3;
boolean hasTextEntityExtractionAnnotation()
Annotation value for text entity extraction case.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
TextEntityExtractionAnnotation getTextEntityExtractionAnnotation()
Annotation value for text entity extraction case.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
TextEntityExtractionAnnotationOrBuilder getTextEntityExtractionAnnotationOrBuilder()
Annotation value for text entity extraction case.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionAnnotation text_entity_extraction_annotation = 10;
boolean hasVideoClassificationAnnotation()
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
VideoClassificationAnnotation getVideoClassificationAnnotation()
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
VideoClassificationAnnotationOrBuilder getVideoClassificationAnnotationOrBuilder()
Annotation value for video classification case.
.google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation video_classification_annotation = 4;
boolean hasVideoObjectTrackingAnnotation()
Annotation value for video object detection and tracking case.
.google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
VideoObjectTrackingAnnotation getVideoObjectTrackingAnnotation()
Annotation value for video object detection and tracking case.
.google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
VideoObjectTrackingAnnotationOrBuilder getVideoObjectTrackingAnnotationOrBuilder()
Annotation value for video object detection and tracking case.
.google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation video_object_tracking_annotation = 5;
boolean hasVideoEventAnnotation()
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
VideoEventAnnotation getVideoEventAnnotation()
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
VideoEventAnnotationOrBuilder getVideoEventAnnotationOrBuilder()
Annotation value for video event case.
.google.cloud.datalabeling.v1beta1.VideoEventAnnotation video_event_annotation = 6;
AnnotationValue.ValueTypeCase getValueTypeCase()
Copyright © 2019 Google LLC. All rights reserved.