Show / Hide Table of Contents

Enum AnnotationType

Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public enum AnnotationType

Fields

Name Description
GeneralClassificationAnnotation

General classification. Allowed for continuous evaluation.

ImageBoundingBoxAnnotation

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

ImageBoundingPolyAnnotation

Bounding poly annotations in an image.

ImageClassificationAnnotation

Classification annotations in an image. Allowed for continuous evaluation.

ImageOrientedBoundingBoxAnnotation

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

ImagePolylineAnnotation

Polyline annotations in an image.

ImageSegmentationAnnotation

Segmentation annotations in an image.

TextClassificationAnnotation

Classification for text. Allowed for continuous evaluation.

TextEntityExtractionAnnotation

Entity extraction for text.

Unspecified
VideoEventAnnotation

Video event annotation.

VideoObjectDetectionAnnotation

Video object detection annotation.

VideoObjectTrackingAnnotation

Video object tracking annotation.

VideoShotsClassificationAnnotation

Classification annotations in video shots.

Back to top