Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class Feature.
Image labeling task feature.
Protobuf type google.cloud.datalabeling.v1beta1.LabelImageRequest.Feature
Namespace
Google \ Cloud \ DataLabeling \ V1beta1 \ LabelImageRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
FEATURE_UNSPECIFIED
Value: 0
Generated from protobuf enum FEATURE_UNSPECIFIED = 0;
CLASSIFICATION
Value: 1
Label whole image with one or more of labels.
Generated from protobuf enum CLASSIFICATION = 1;
BOUNDING_BOX
Value: 2
Label image with bounding boxes for labels.
Generated from protobuf enum BOUNDING_BOX = 2;
ORIENTED_BOUNDING_BOX
Value: 6
Label oriented bounding box. The box does not have to be parallel to horizontal line.
Generated from protobuf enum ORIENTED_BOUNDING_BOX = 6;
BOUNDING_POLY
Value: 3
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.
Generated from protobuf enum BOUNDING_POLY = 3;
POLYLINE
Value: 4
Label images with polyline. Polyline is formed by connected line segments which are not in closed form.
Generated from protobuf enum POLYLINE = 4;
SEGMENTATION
Value: 5
Label images with segmentation. Segmentation is different from bounding poly since it is more fine-grained, pixel level annotation.
Generated from protobuf enum SEGMENTATION = 5;