- 0.173.0 (latest)
- 0.172.0
- 0.171.0
- 0.169.0
- 0.168.0
- 0.167.0
- 0.166.0
- 0.165.0
- 0.164.0
- 0.163.0
- 0.162.0
- 0.161.0
- 0.160.0
- 0.159.0
- 0.157.0
- 0.156.0
- 0.155.0
- 0.154.0
- 0.153.0
- 0.152.0
- 0.151.0
- 0.150.0
- 0.149.0
- 0.148.0
- 0.147.0
- 0.144.0
- 0.143.0
- 0.142.0
- 0.141.0
- 0.140.0
- 0.139.0
- 0.138.0
- 0.137.0
- 0.136.0
- 0.135.0
- 0.134.0
- 0.133.0
- 0.132.0
- 0.131.0
- 0.129.0
- 0.128.0
- 0.127.0
- 0.126.0
- 0.125.0
- 0.124.0
- 0.123.7
- 0.122.11
public interface LabelTextRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBasicConfig()
public abstract HumanAnnotationConfig getBasicConfig()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
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];
Returns | |
---|---|
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];
Returns | |
---|---|
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];
Returns | |
---|---|
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) = { ... }
Returns | |
---|---|
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) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getRequestConfigCase()
public abstract LabelTextRequest.RequestConfigCase getRequestConfigCase()
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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];
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the textEntityExtractionConfig field is set. |