Google Cloud Datalabeling V1beta1 Client - Class AnnotationType (0.2.0)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class AnnotationType.

Protobuf type google.cloud.datalabeling.v1beta1.AnnotationType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

ANNOTATION_TYPE_UNSPECIFIED

Value: 0

Generated from protobuf enum ANNOTATION_TYPE_UNSPECIFIED = 0;

IMAGE_CLASSIFICATION_ANNOTATION

Value: 1

Classification annotations in an image. Allowed for continuous evaluation.

Generated from protobuf enum IMAGE_CLASSIFICATION_ANNOTATION = 1;

IMAGE_BOUNDING_BOX_ANNOTATION

Value: 2

Bounding box annotations in an image. A form of image object detection.

Allowed for continuous evaluation.

Generated from protobuf enum IMAGE_BOUNDING_BOX_ANNOTATION = 2;

IMAGE_ORIENTED_BOUNDING_BOX_ANNOTATION

Value: 13

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

Generated from protobuf enum IMAGE_ORIENTED_BOUNDING_BOX_ANNOTATION = 13;

IMAGE_BOUNDING_POLY_ANNOTATION

Value: 10

Bounding poly annotations in an image.

Generated from protobuf enum IMAGE_BOUNDING_POLY_ANNOTATION = 10;

IMAGE_POLYLINE_ANNOTATION

Value: 11

Polyline annotations in an image.

Generated from protobuf enum IMAGE_POLYLINE_ANNOTATION = 11;

IMAGE_SEGMENTATION_ANNOTATION

Value: 12

Segmentation annotations in an image.

Generated from protobuf enum IMAGE_SEGMENTATION_ANNOTATION = 12;

VIDEO_SHOTS_CLASSIFICATION_ANNOTATION

Value: 3

Classification annotations in video shots.

Generated from protobuf enum VIDEO_SHOTS_CLASSIFICATION_ANNOTATION = 3;

VIDEO_OBJECT_TRACKING_ANNOTATION

Value: 4

Video object tracking annotation.

Generated from protobuf enum VIDEO_OBJECT_TRACKING_ANNOTATION = 4;

VIDEO_OBJECT_DETECTION_ANNOTATION

Value: 5

Video object detection annotation.

Generated from protobuf enum VIDEO_OBJECT_DETECTION_ANNOTATION = 5;

VIDEO_EVENT_ANNOTATION

Value: 6

Video event annotation.

Generated from protobuf enum VIDEO_EVENT_ANNOTATION = 6;

TEXT_CLASSIFICATION_ANNOTATION

Value: 8

Classification for text. Allowed for continuous evaluation.

Generated from protobuf enum TEXT_CLASSIFICATION_ANNOTATION = 8;

TEXT_ENTITY_EXTRACTION_ANNOTATION

Value: 9

Entity extraction for text.

Generated from protobuf enum TEXT_ENTITY_EXTRACTION_ANNOTATION = 9;

GENERAL_CLASSIFICATION_ANNOTATION

Value: 14

General classification. Allowed for continuous evaluation.

Generated from protobuf enum GENERAL_CLASSIFICATION_ANNOTATION = 14;