Enum LabelImageRequest.Feature (0.161.0)

public enum LabelImageRequest.Feature extends Enum<LabelImageRequest.Feature> implements ProtocolMessageEnum

Image labeling task feature.

Protobuf enum google.cloud.datalabeling.v1beta1.LabelImageRequest.Feature

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BOUNDING_BOX

Label image with bounding boxes for labels.

BOUNDING_BOX = 2;

BOUNDING_BOX_VALUE

Label image with bounding boxes for labels.

BOUNDING_BOX = 2;

BOUNDING_POLY

Label images with bounding poly. A bounding poly is a plane figure that is bounded by a finite chain of straight line segments closing in a loop.

BOUNDING_POLY = 3;

BOUNDING_POLY_VALUE

Label images with bounding poly. A bounding poly is a plane figure that is bounded by a finite chain of straight line segments closing in a loop.

BOUNDING_POLY = 3;

CLASSIFICATION

Label whole image with one or more of labels.

CLASSIFICATION = 1;

CLASSIFICATION_VALUE

Label whole image with one or more of labels.

CLASSIFICATION = 1;

FEATURE_UNSPECIFIED

FEATURE_UNSPECIFIED = 0;

FEATURE_UNSPECIFIED_VALUE

FEATURE_UNSPECIFIED = 0;

ORIENTED_BOUNDING_BOX

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

ORIENTED_BOUNDING_BOX = 6;

ORIENTED_BOUNDING_BOX_VALUE

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

ORIENTED_BOUNDING_BOX = 6;

POLYLINE

Label images with polyline. Polyline is formed by connected line segments which are not in closed form.

POLYLINE = 4;

POLYLINE_VALUE

Label images with polyline. Polyline is formed by connected line segments which are not in closed form.

POLYLINE = 4;

SEGMENTATION

Label images with segmentation. Segmentation is different from bounding poly since it is more fine-grained, pixel level annotation.

SEGMENTATION = 5;

SEGMENTATION_VALUE

Label images with segmentation. Segmentation is different from bounding poly since it is more fine-grained, pixel level annotation.

SEGMENTATION = 5;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()