Enum LabelTextRequest.Feature (0.148.0)

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

Text labeling task feature.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FEATURE_UNSPECIFIED

FEATURE_UNSPECIFIED = 0;

FEATURE_UNSPECIFIED_VALUE

FEATURE_UNSPECIFIED = 0;

TEXT_CLASSIFICATION

Label text content to one of more labels.

TEXT_CLASSIFICATION = 1;

TEXT_CLASSIFICATION_VALUE

Label text content to one of more labels.

TEXT_CLASSIFICATION = 1;

TEXT_ENTITY_EXTRACTION

Label entities and their span in text.

TEXT_ENTITY_EXTRACTION = 2;

TEXT_ENTITY_EXTRACTION_VALUE

Label entities and their span in text.

TEXT_ENTITY_EXTRACTION = 2;

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()