Send feedback
Class Document.Label.Builder (2.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.17.0 keyboard_arrow_down
public static final class Document . Label . Builder extends GeneratedMessageV3 . Builder<Document . Label . Builder > implements Document . LabelOrBuilder
Label attaches schema information and/or other metadata to segments within
a Document . Multiple Label s on a single field can denote either
different labels, different instances of the same label created at
different times, or some combination of both.
Protobuf type google.cloud.documentai.v1beta2.Document.Label
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Document . Label . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public Document . Label build ()
buildPartial()
public Document . Label buildPartial ()
clear()
public Document . Label . Builder clear ()
Overrides
clearAutomlModel()
public Document . Label . Builder clearAutomlModel ()
Label is generated AutoML model. This field stores the full resource
name of the AutoML model.
Format:
projects/{project-id}/locations/{location-id}/models/{model-id}
string automl_model = 2;
clearConfidence()
public Document . Label . Builder clearConfidence ()
Confidence score between 0 and 1 for label assignment.
float confidence = 3;
clearField(Descriptors.FieldDescriptor field)
public Document . Label . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearName()
public Document . Label . Builder clearName ()
Name of the label.
When the label is generated from AutoML Text Classification model, this
field represents the name of the category.
string name = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public Document . Label . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearSource()
public Document . Label . Builder clearSource ()
clone()
public Document . Label . Builder clone ()
Overrides
getAutomlModel()
public String getAutomlModel ()
Label is generated AutoML model. This field stores the full resource
name of the AutoML model.
Format:
projects/{project-id}/locations/{location-id}/models/{model-id}
string automl_model = 2;
Returns Type Description String
The automlModel.
getAutomlModelBytes()
public ByteString getAutomlModelBytes ()
Label is generated AutoML model. This field stores the full resource
name of the AutoML model.
Format:
projects/{project-id}/locations/{location-id}/models/{model-id}
string automl_model = 2;
Returns Type Description ByteString
The bytes for automlModel.
getConfidence()
public float getConfidence ()
Confidence score between 0 and 1 for label assignment.
float confidence = 3;
Returns Type Description float
The confidence.
getDefaultInstanceForType()
public Document . Label getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getName()
Name of the label.
When the label is generated from AutoML Text Classification model, this
field represents the name of the category.
string name = 1;
Returns Type Description String
The name.
getNameBytes()
public ByteString getNameBytes ()
Name of the label.
When the label is generated from AutoML Text Classification model, this
field represents the name of the category.
string name = 1;
Returns Type Description ByteString
The bytes for name.
getSourceCase()
public Document . Label . SourceCase getSourceCase ()
hasAutomlModel()
public boolean hasAutomlModel ()
Label is generated AutoML model. This field stores the full resource
name of the AutoML model.
Format:
projects/{project-id}/locations/{location-id}/models/{model-id}
string automl_model = 2;
Returns Type Description boolean
Whether the automlModel field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(Document.Label other)
public Document . Label . Builder mergeFrom ( Document . Label other )
public Document . Label . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public Document . Label . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Document . Label . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setAutomlModel(String value)
public Document . Label . Builder setAutomlModel ( String value )
Label is generated AutoML model. This field stores the full resource
name of the AutoML model.
Format:
projects/{project-id}/locations/{location-id}/models/{model-id}
string automl_model = 2;
Parameter Name Description value
String
The automlModel to set.
setAutomlModelBytes(ByteString value)
public Document . Label . Builder setAutomlModelBytes ( ByteString value )
Label is generated AutoML model. This field stores the full resource
name of the AutoML model.
Format:
projects/{project-id}/locations/{location-id}/models/{model-id}
string automl_model = 2;
Parameter Name Description value
ByteString
The bytes for automlModel to set.
setConfidence(float value)
public Document . Label . Builder setConfidence ( float value )
Confidence score between 0 and 1 for label assignment.
float confidence = 3;
Parameter Name Description value
float
The confidence to set.
setField(Descriptors.FieldDescriptor field, Object value)
public Document . Label . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setName(String value)
public Document . Label . Builder setName ( String value )
Name of the label.
When the label is generated from AutoML Text Classification model, this
field represents the name of the category.
string name = 1;
Parameter Name Description value
String
The name to set.
setNameBytes(ByteString value)
public Document . Label . Builder setNameBytes ( ByteString value )
Name of the label.
When the label is generated from AutoML Text Classification model, this
field represents the name of the category.
string name = 1;
Parameter Name Description value
ByteString
The bytes for name to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Document . Label . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Document . Label . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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."],[],[]]