Google Cloud Datalabeling V1beta1 Client - Class Feature (0.1.14)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class Feature.

Text labeling task feature.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

FEATURE_UNSPECIFIED

Value: 0

Generated from protobuf enum FEATURE_UNSPECIFIED = 0;

TEXT_CLASSIFICATION

Value: 1

Label text content to one of more labels.

Generated from protobuf enum TEXT_CLASSIFICATION = 1;

TEXT_ENTITY_EXTRACTION

Value: 2

Label entities and their span in text.

Generated from protobuf enum TEXT_ENTITY_EXTRACTION = 2;