Send feedback
Class LabelTextRequest (0.141.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.141.0 keyboard_arrow_down
public final class LabelTextRequest extends GeneratedMessageV3 implements LabelTextRequestOrBuilder
Request message for LabelText.
Protobuf type google.cloud.datalabeling.v1beta1.LabelTextRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
BASIC_CONFIG_FIELD_NUMBER
public static final int BASIC_CONFIG_FIELD_NUMBER
Field Value Type Description int
FEATURE_FIELD_NUMBER
public static final int FEATURE_FIELD_NUMBER
Field Value Type Description int
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value Type Description int
TEXT_CLASSIFICATION_CONFIG_FIELD_NUMBER
public static final int TEXT_CLASSIFICATION_CONFIG_FIELD_NUMBER
Field Value Type Description int
public static final int TEXT_ENTITY_EXTRACTION_CONFIG_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static LabelTextRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static LabelTextRequest . Builder newBuilder ()
newBuilder(LabelTextRequest prototype)
public static LabelTextRequest . Builder newBuilder ( LabelTextRequest prototype )
parseDelimitedFrom(InputStream input)
public static LabelTextRequest parseDelimitedFrom ( InputStream input )
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LabelTextRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static LabelTextRequest parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LabelTextRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static LabelTextRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LabelTextRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
parseFrom(CodedInputStream input)
public static LabelTextRequest parseFrom ( CodedInputStream input )
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LabelTextRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(InputStream input)
public static LabelTextRequest parseFrom ( InputStream input )
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LabelTextRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static LabelTextRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LabelTextRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<LabelTextRequest> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getBasicConfig()
public HumanAnnotationConfig getBasicConfig ()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
getBasicConfigOrBuilder()
public HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder ()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public LabelTextRequest getDefaultInstanceForType ()
getFeature()
public LabelTextRequest . Feature getFeature ()
Required. The type of text labeling task.
.google.cloud.datalabeling.v1beta1.LabelTextRequest.Feature feature = 6 [(.google.api.field_behavior) = REQUIRED];
getFeatureValue()
public 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 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 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.
getParserForType()
public Parser<LabelTextRequest> getParserForType ()
Overrides
getRequestConfigCase()
public LabelTextRequest . RequestConfigCase getRequestConfigCase ()
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getTextClassificationConfig()
public 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;
getTextClassificationConfigOrBuilder()
public 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;
public 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;
public 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;
hasBasicConfig()
public 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 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.
public 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.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public LabelTextRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LabelTextRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public LabelTextRequest . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]