feature property

String? feature
getter/setter pair

The type of text labeling task.

Required. Possible string values are:

  • "FEATURE_UNSPECIFIED"
  • "TEXT_CLASSIFICATION" : Label text content to one of more labels.
  • "TEXT_ENTITY_EXTRACTION" : Label entities and their span in text.

Implementation

core.String? feature;