Class GoogleCloudDatalabelingV1beta1LabelTextRequest
Request message for LabelText.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1LabelTextRequest : IDirectResponseSchema
Properties
BasicConfig
Required. Basic human annotation config.
Declaration
[JsonProperty("basicConfig")]
public virtual GoogleCloudDatalabelingV1beta1HumanAnnotationConfig BasicConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1HumanAnnotationConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Feature
Required. The type of text labeling task.
Declaration
[JsonProperty("feature")]
public virtual string Feature { get; set; }
Property Value
Type | Description |
---|---|
string |
TextClassificationConfig
Configuration for text classification task. One of text_classification_config and text_entity_extraction_config is required.
Declaration
[JsonProperty("textClassificationConfig")]
public virtual GoogleCloudDatalabelingV1beta1TextClassificationConfig TextClassificationConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1TextClassificationConfig |
TextEntityExtractionConfig
Configuration for entity extraction task. One of text_classification_config and text_entity_extraction_config is required.
Declaration
[JsonProperty("textEntityExtractionConfig")]
public virtual GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig TextEntityExtractionConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig |