GoogleCloudDatalabelingV1beta1InputConfigAnnotationType

enum GoogleCloudDatalabelingV1beta1InputConfigAnnotationType : Enum<GoogleCloudDatalabelingV1beta1InputConfigAnnotationType> , ConvertibleToJava<GoogleCloudDatalabelingV1beta1InputConfigAnnotationType>

Optional. The type of annotation to be performed on this data. You must specify this field if you are using this InputConfig in an EvaluationJob.

Entries

Link copied to clipboard

Classification annotations in an image. Allowed for continuous evaluation.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Bounding poly annotations in an image.

Link copied to clipboard

Polyline annotations in an image.

Link copied to clipboard

Segmentation annotations in an image.

Link copied to clipboard

Classification annotations in video shots.

Link copied to clipboard

Video object tracking annotation.

Link copied to clipboard

Video object detection annotation.

Link copied to clipboard

Video event annotation.

Link copied to clipboard

Classification for text. Allowed for continuous evaluation.

Link copied to clipboard

Entity extraction for text.

Link copied to clipboard

General classification. Allowed for continuous evaluation.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDatalabelingV1beta1InputConfigAnnotationType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudDatalabelingV1beta1InputConfigAnnotationType
Link copied to clipboard
Link copied to clipboard