Module: Google::Cloud::DataLabeling::V1beta1::LabelTextRequest::Feature

Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb

Overview

Text labeling task feature.

Constant Summary collapse

FEATURE_UNSPECIFIED =
0
TEXT_CLASSIFICATION =

Label text content to one of more labels.

1
TEXT_ENTITY_EXTRACTION =

Label entities and their span in text.

2