public enum LabelImageRequest.Feature extends Enum<LabelImageRequest.Feature> implements ProtocolMessageEnumImage labeling task feature.
Protobuf enum google.cloud.datalabeling.v1beta1.LabelImageRequest.Feature
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| BOUNDING_BOX | Label image with bounding boxes for labels. |
| BOUNDING_BOX_VALUE | Label image with bounding boxes for labels. |
| 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_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. |
| CLASSIFICATION | Label whole image with one or more of labels. |
| CLASSIFICATION_VALUE | Label whole image with one or more of labels. |
| FEATURE_UNSPECIFIED |
|
| FEATURE_UNSPECIFIED_VALUE |
|
| ORIENTED_BOUNDING_BOX | Label oriented bounding box. The box does not have to be parallel to horizontal line. |
| ORIENTED_BOUNDING_BOX_VALUE | Label oriented bounding box. The box does not have to be parallel to horizontal line. |
| POLYLINE | Label images with polyline. Polyline is formed by connected line segments which are not in closed form. |
| POLYLINE_VALUE | Label images with polyline. Polyline is formed by connected line segments which are not in closed form. |
| SEGMENTATION | Label images with segmentation. Segmentation is different from bounding poly since it is more fine-grained, pixel level annotation. |
| SEGMENTATION_VALUE | Label images with segmentation. Segmentation is different from bounding poly since it is more fine-grained, pixel level annotation. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |