public interface LabelTextRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBasicConfig()
public abstract HumanAnnotationConfig getBasicConfig()Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| HumanAnnotationConfig | The basicConfig. |
getBasicConfigOrBuilder()
public abstract HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| HumanAnnotationConfigOrBuilder |
getFeature()
public abstract LabelTextRequest.Feature getFeature()Required. The type of text labeling task.
.google.cloud.datalabeling.v1beta1.LabelTextRequest.Feature feature = 6 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| LabelTextRequest.Feature | The feature. |
getFeatureValue()
public abstract int getFeatureValue()Required. The type of text labeling task.
.google.cloud.datalabeling.v1beta1.LabelTextRequest.Feature feature = 6 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int | The enum numeric value on the wire for feature. |
getParent()
public abstract String getParent()Required. Name of the data set to request labeling task, format: projects/{project_id}/datasets/{dataset_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. Name of the data set to request labeling task, format: projects/{project_id}/datasets/{dataset_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getRequestConfigCase()
public abstract LabelTextRequest.RequestConfigCase getRequestConfigCase()| Type | Description |
| LabelTextRequest.RequestConfigCase |
getTextClassificationConfig()
public abstract TextClassificationConfig getTextClassificationConfig()Configuration for text classification task. One of text_classification_config and text_entity_extraction_config is required.
.google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 4;
| Type | Description |
| TextClassificationConfig | The textClassificationConfig. |
getTextClassificationConfigOrBuilder()
public abstract TextClassificationConfigOrBuilder getTextClassificationConfigOrBuilder()Configuration for text classification task. One of text_classification_config and text_entity_extraction_config is required.
.google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 4;
| Type | Description |
| TextClassificationConfigOrBuilder |
getTextEntityExtractionConfig()
public abstract TextEntityExtractionConfig getTextEntityExtractionConfig()Configuration for entity extraction task. One of text_classification_config and text_entity_extraction_config is required.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 5;
| Type | Description |
| TextEntityExtractionConfig | The textEntityExtractionConfig. |
getTextEntityExtractionConfigOrBuilder()
public abstract TextEntityExtractionConfigOrBuilder getTextEntityExtractionConfigOrBuilder()Configuration for entity extraction task. One of text_classification_config and text_entity_extraction_config is required.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 5;
| Type | Description |
| TextEntityExtractionConfigOrBuilder |
hasBasicConfig()
public abstract boolean hasBasicConfig()Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the basicConfig field is set. |
hasTextClassificationConfig()
public abstract boolean hasTextClassificationConfig()Configuration for text classification task. One of text_classification_config and text_entity_extraction_config is required.
.google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 4;
| Type | Description |
| boolean | Whether the textClassificationConfig field is set. |
hasTextEntityExtractionConfig()
public abstract boolean hasTextEntityExtractionConfig()Configuration for entity extraction task. One of text_classification_config and text_entity_extraction_config is required.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 5;
| Type | Description |
| boolean | Whether the textEntityExtractionConfig field is set. |