Class AnnotationValue (1.0.0)

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

Annotation value for an example.

Attributes

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