AnnotationValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Annotation value for an example.
Attributes | |
---|---|
Name | Description |
image_classification_annotation |
Annotation value for image classification case. |
image_bounding_poly_annotation |
Annotation value for image bounding box, oriented bounding box and polygon cases. |
image_polyline_annotation |
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 value for image segmentation. |
text_classification_annotation |
Annotation value for text classification case. |
text_entity_extraction_annotation |
Annotation value for text entity extraction case. |
video_classification_annotation |
Annotation value for video classification case. |
video_object_tracking_annotation |
Annotation value for video object detection and tracking case. |
video_event_annotation |
Annotation value for video event case. |