annotationType property

String? annotationType
getter/setter pair

Type of the annotation.

It is specified when starting labeling task.

Output only. Possible string values are:

  • "ANNOTATION_TYPE_UNSPECIFIED"
  • "IMAGE_CLASSIFICATION_ANNOTATION" : Classification annotations in an image. Allowed for continuous evaluation.
  • "IMAGE_BOUNDING_BOX_ANNOTATION" : Bounding box annotations in an image. A form of image object detection. Allowed for continuous evaluation.
  • "IMAGE_ORIENTED_BOUNDING_BOX_ANNOTATION" : Oriented bounding box. The box does not have to be parallel to horizontal line.
  • "IMAGE_BOUNDING_POLY_ANNOTATION" : Bounding poly annotations in an image.
  • "IMAGE_POLYLINE_ANNOTATION" : Polyline annotations in an image.
  • "IMAGE_SEGMENTATION_ANNOTATION" : Segmentation annotations in an image.
  • "VIDEO_SHOTS_CLASSIFICATION_ANNOTATION" : Classification annotations in video shots.
  • "VIDEO_OBJECT_TRACKING_ANNOTATION" : Video object tracking annotation.
  • "VIDEO_OBJECT_DETECTION_ANNOTATION" : Video object detection annotation.
  • "VIDEO_EVENT_ANNOTATION" : Video event annotation.
  • "TEXT_CLASSIFICATION_ANNOTATION" : Classification for text. Allowed for continuous evaluation.
  • "TEXT_ENTITY_EXTRACTION_ANNOTATION" : Entity extraction for text.
  • "GENERAL_CLASSIFICATION_ANNOTATION" : General classification. Allowed for continuous evaluation.

Implementation

core.String? annotationType;