Class Document.Label.Builder (2.4.3)

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 Labels 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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Document.Label.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Document.Label.Builder
Overrides

build()

public Document.Label build()
Returns
TypeDescription
Document.Label

buildPartial()

public Document.Label buildPartial()
Returns
TypeDescription
Document.Label

clear()

public Document.Label.Builder clear()
Returns
TypeDescription
Document.Label.Builder
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;

Returns
TypeDescription
Document.Label.Builder

This builder for chaining.

clearConfidence()

public Document.Label.Builder clearConfidence()

Confidence score between 0 and 1 for label assignment.

float confidence = 3;

Returns
TypeDescription
Document.Label.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Document.Label.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Document.Label.Builder
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;

Returns
TypeDescription
Document.Label.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Document.Label.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Document.Label.Builder
Overrides

clearSource()

public Document.Label.Builder clearSource()
Returns
TypeDescription
Document.Label.Builder

clone()

public Document.Label.Builder clone()
Returns
TypeDescription
Document.Label.Builder
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
TypeDescription
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
TypeDescription
ByteString

The bytes for automlModel.

getConfidence()

public float getConfidence()

Confidence score between 0 and 1 for label assignment.

float confidence = 3;

Returns
TypeDescription
float

The confidence.

getDefaultInstanceForType()

public Document.Label getDefaultInstanceForType()
Returns
TypeDescription
Document.Label

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public String 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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.

getSourceCase()

public Document.Label.SourceCase getSourceCase()
Returns
TypeDescription
Document.Label.SourceCase

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
TypeDescription
boolean

Whether the automlModel field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Document.Label other)

public Document.Label.Builder mergeFrom(Document.Label other)
Parameter
NameDescription
otherDocument.Label
Returns
TypeDescription
Document.Label.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Document.Label.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Document.Label.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Document.Label.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Document.Label.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Document.Label.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Document.Label.Builder
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
NameDescription
valueString

The automlModel to set.

Returns
TypeDescription
Document.Label.Builder

This builder for chaining.

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
NameDescription
valueByteString

The bytes for automlModel to set.

Returns
TypeDescription
Document.Label.Builder

This builder for chaining.

setConfidence(float value)

public Document.Label.Builder setConfidence(float value)

Confidence score between 0 and 1 for label assignment.

float confidence = 3;

Parameter
NameDescription
valuefloat

The confidence to set.

Returns
TypeDescription
Document.Label.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Document.Label.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Document.Label.Builder
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
NameDescription
valueString

The name to set.

Returns
TypeDescription
Document.Label.Builder

This builder for chaining.

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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
Document.Label.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Document.Label.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Document.Label.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Document.Label.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Document.Label.Builder
Overrides