Class ClassificationCategory.Builder (2.38.0)

public static final class ClassificationCategory.Builder extends GeneratedMessageV3.Builder<ClassificationCategory.Builder> implements ClassificationCategoryOrBuilder

Represents a category returned from the text classifier.

Protobuf type google.cloud.language.v1beta2.ClassificationCategory

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ClassificationCategory build()
Returns
TypeDescription
ClassificationCategory

buildPartial()

public ClassificationCategory buildPartial()
Returns
TypeDescription
ClassificationCategory

clear()

public ClassificationCategory.Builder clear()
Returns
TypeDescription
ClassificationCategory.Builder
Overrides

clearConfidence()

public ClassificationCategory.Builder clearConfidence()

The classifier's confidence of the category. Number represents how certain the classifier is that this category represents the given text.

float confidence = 2;

Returns
TypeDescription
ClassificationCategory.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public ClassificationCategory.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ClassificationCategory.Builder
Overrides

clearName()

public ClassificationCategory.Builder clearName()

The name of the category representing the document.

string name = 1;

Returns
TypeDescription
ClassificationCategory.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

public ClassificationCategory.Builder clone()
Returns
TypeDescription
ClassificationCategory.Builder
Overrides

getConfidence()

public float getConfidence()

The classifier's confidence of the category. Number represents how certain the classifier is that this category represents the given text.

float confidence = 2;

Returns
TypeDescription
float

The confidence.

getDefaultInstanceForType()

public ClassificationCategory getDefaultInstanceForType()
Returns
TypeDescription
ClassificationCategory

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public String getName()

The name of the category representing the document.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the category representing the document.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ClassificationCategory other)

public ClassificationCategory.Builder mergeFrom(ClassificationCategory other)
Parameter
NameDescription
otherClassificationCategory
Returns
TypeDescription
ClassificationCategory.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ClassificationCategory.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ClassificationCategory.Builder
Overrides

setConfidence(float value)

public ClassificationCategory.Builder setConfidence(float value)

The classifier's confidence of the category. Number represents how certain the classifier is that this category represents the given text.

float confidence = 2;

Parameter
NameDescription
valuefloat

The confidence to set.

Returns
TypeDescription
ClassificationCategory.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public ClassificationCategory.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ClassificationCategory.Builder
Overrides

setName(String value)

public ClassificationCategory.Builder setName(String value)

The name of the category representing the document.

string name = 1;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
ClassificationCategory.Builder

This builder for chaining.

setNameBytes(ByteString value)

public ClassificationCategory.Builder setNameBytes(ByteString value)

The name of the category representing the document.

string name = 1;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
ClassificationCategory.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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