Class AnnotationValue (1.2.4)

AnnotationValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Annotation value for an example. .. attribute:: image_classification_annotation

Annotation value for image classification case.

:type: google.cloud.datalabeling_v1beta1.types.ImageClassificationAnnotation

Attributes

NameDescription
image_bounding_poly_annotation google.cloud.datalabeling_v1beta1.types.ImageBoundingPolyAnnotation
Annotation value for image bounding box, oriented bounding box and polygon cases.
image_polyline_annotation google.cloud.datalabeling_v1beta1.types.ImagePolylineAnnotation
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.
image_segmentation_annotation google.cloud.datalabeling_v1beta1.types.ImageSegmentationAnnotation
Annotation value for image segmentation.
text_classification_annotation google.cloud.datalabeling_v1beta1.types.TextClassificationAnnotation
Annotation value for text classification case.
text_entity_extraction_annotation google.cloud.datalabeling_v1beta1.types.TextEntityExtractionAnnotation
Annotation value for text entity extraction case.
video_classification_annotation google.cloud.datalabeling_v1beta1.types.VideoClassificationAnnotation
Annotation value for video classification case.
video_object_tracking_annotation google.cloud.datalabeling_v1beta1.types.VideoObjectTrackingAnnotation
Annotation value for video object detection and tracking case.
video_event_annotation google.cloud.datalabeling_v1beta1.types.VideoEventAnnotation
Annotation value for video event case.