Google Cloud Datalabeling V1beta1 Client - Class LabelTextRequest (0.5.6)

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

Request message for LabelText.

Generated from protobuf message google.cloud.datalabeling.v1beta1.LabelTextRequest

Namespace

Google \ Cloud \ DataLabeling \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ text_classification_config TextClassificationConfig

Configuration for text classification task. One of text_classification_config and text_entity_extraction_config is required.

↳ text_entity_extraction_config TextEntityExtractionConfig

Configuration for entity extraction task. One of text_classification_config and text_entity_extraction_config is required.

↳ parent string

Required. Name of the data set to request labeling task, format: projects/{project_id}/datasets/{dataset_id}

↳ basic_config HumanAnnotationConfig

Required. Basic human annotation config.

↳ feature int

Required. The type of text labeling task.

getTextClassificationConfig

Configuration for text classification task.

One of text_classification_config and text_entity_extraction_config is required.

Returns
Type Description
TextClassificationConfig|null

hasTextClassificationConfig

setTextClassificationConfig

Configuration for text classification task.

One of text_classification_config and text_entity_extraction_config is required.

Parameter
Name Description
var TextClassificationConfig
Returns
Type Description
$this

getTextEntityExtractionConfig

Configuration for entity extraction task.

One of text_classification_config and text_entity_extraction_config is required.

Returns
Type Description
TextEntityExtractionConfig|null

hasTextEntityExtractionConfig

setTextEntityExtractionConfig

Configuration for entity extraction task.

One of text_classification_config and text_entity_extraction_config is required.

Parameter
Name Description
var TextEntityExtractionConfig
Returns
Type Description
$this

getParent

Required. Name of the data set to request labeling task, format: projects/{project_id}/datasets/{dataset_id}

Returns
Type Description
string

setParent

Required. Name of the data set to request labeling task, format: projects/{project_id}/datasets/{dataset_id}

Parameter
Name Description
var string
Returns
Type Description
$this

getBasicConfig

Required. Basic human annotation config.

Returns
Type Description
HumanAnnotationConfig|null

hasBasicConfig

clearBasicConfig

setBasicConfig

Required. Basic human annotation config.

Parameter
Name Description
var HumanAnnotationConfig
Returns
Type Description
$this

getFeature

Required. The type of text labeling task.

Returns
Type Description
int

setFeature

Required. The type of text labeling task.

Parameter
Name Description
var int
Returns
Type Description
$this

getRequestConfig

Returns
Type Description
string

static::build

Parameters
Name Description
parent string

Required. Name of the data set to request labeling task, format: projects/{project_id}/datasets/{dataset_id} Please see DataLabelingServiceClient::datasetName() for help formatting this field.

basicConfig HumanAnnotationConfig

Required. Basic human annotation config.

feature int

Required. The type of text labeling task. For allowed values, use constants defined on LabelTextRequest\Feature

Returns
Type Description
LabelTextRequest