AI Platform Data Labeling Service V1beta1 API - Module Google::Cloud::DataLabeling::V1beta1::AnnotationType (v0.3.5)

Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API module Google::Cloud::DataLabeling::V1beta1::AnnotationType.

Constants

ANNOTATION_TYPE_UNSPECIFIED

value: 0

IMAGE_CLASSIFICATION_ANNOTATION

value: 1
Classification annotations in an image. Allowed for continuous evaluation.

IMAGE_BOUNDING_BOX_ANNOTATION

value: 2
Bounding box annotations in an image. A form of image object detection. Allowed for continuous evaluation.

IMAGE_ORIENTED_BOUNDING_BOX_ANNOTATION

value: 13
Oriented bounding box. The box does not have to be parallel to horizontal line.

IMAGE_BOUNDING_POLY_ANNOTATION

value: 10
Bounding poly annotations in an image.

IMAGE_POLYLINE_ANNOTATION

value: 11
Polyline annotations in an image.

IMAGE_SEGMENTATION_ANNOTATION

value: 12
Segmentation annotations in an image.

VIDEO_SHOTS_CLASSIFICATION_ANNOTATION

value: 3
Classification annotations in video shots.

VIDEO_OBJECT_TRACKING_ANNOTATION

value: 4
Video object tracking annotation.

VIDEO_OBJECT_DETECTION_ANNOTATION

value: 5
Video object detection annotation.

VIDEO_EVENT_ANNOTATION

value: 6
Video event annotation.

TEXT_CLASSIFICATION_ANNOTATION

value: 8
Classification for text. Allowed for continuous evaluation.

TEXT_ENTITY_EXTRACTION_ANNOTATION

value: 9
Entity extraction for text.

GENERAL_CLASSIFICATION_ANNOTATION

value: 14
General classification. Allowed for continuous evaluation.