Package com.google.cloud.language.v1
Class ClassificationCategory.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ClassificationCategory.Builder>
-
- com.google.cloud.language.v1.ClassificationCategory.Builder
-
- All Implemented Interfaces:
ClassificationCategoryOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ClassificationCategory
public static final class ClassificationCategory.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ClassificationCategory.Builder> implements ClassificationCategoryOrBuilder
Represents a category returned from the text classifier.
Protobuf typegoogle.cloud.language.v1.ClassificationCategory
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassificationCategory.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ClassificationCategory
build()
ClassificationCategory
buildPartial()
ClassificationCategory.Builder
clear()
ClassificationCategory.Builder
clearConfidence()
The classifier's confidence of the category.ClassificationCategory.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ClassificationCategory.Builder
clearName()
The name of the category representing the document.ClassificationCategory.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ClassificationCategory.Builder
clone()
float
getConfidence()
The classifier's confidence of the category.ClassificationCategory
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getName()
The name of the category representing the document.com.google.protobuf.ByteString
getNameBytes()
The name of the category representing the document.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ClassificationCategory.Builder
mergeFrom(ClassificationCategory other)
ClassificationCategory.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ClassificationCategory.Builder
mergeFrom(com.google.protobuf.Message other)
ClassificationCategory.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ClassificationCategory.Builder
setConfidence(float value)
The classifier's confidence of the category.ClassificationCategory.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ClassificationCategory.Builder
setName(String value)
The name of the category representing the document.ClassificationCategory.Builder
setNameBytes(com.google.protobuf.ByteString value)
The name of the category representing the document.ClassificationCategory.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ClassificationCategory.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ClassificationCategory.Builder>
-
clear
public ClassificationCategory.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ClassificationCategory.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ClassificationCategory.Builder>
-
getDefaultInstanceForType
public ClassificationCategory getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ClassificationCategory build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ClassificationCategory buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ClassificationCategory.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ClassificationCategory.Builder>
-
setField
public ClassificationCategory.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ClassificationCategory.Builder>
-
clearField
public ClassificationCategory.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ClassificationCategory.Builder>
-
clearOneof
public ClassificationCategory.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ClassificationCategory.Builder>
-
setRepeatedField
public ClassificationCategory.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ClassificationCategory.Builder>
-
addRepeatedField
public ClassificationCategory.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ClassificationCategory.Builder>
-
mergeFrom
public ClassificationCategory.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ClassificationCategory.Builder>
-
mergeFrom
public ClassificationCategory.Builder mergeFrom(ClassificationCategory other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ClassificationCategory.Builder>
-
mergeFrom
public ClassificationCategory.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ClassificationCategory.Builder>
- Throws:
IOException
-
getName
public String getName()
The name of the category representing the document.
string name = 1;
- Specified by:
getName
in interfaceClassificationCategoryOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The name of the category representing the document.
string name = 1;
- Specified by:
getNameBytes
in interfaceClassificationCategoryOrBuilder
- Returns:
- The bytes for name.
-
setName
public ClassificationCategory.Builder setName(String value)
The name of the category representing the document.
string name = 1;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public ClassificationCategory.Builder clearName()
The name of the category representing the document.
string name = 1;
- Returns:
- This builder for chaining.
-
setNameBytes
public ClassificationCategory.Builder setNameBytes(com.google.protobuf.ByteString value)
The name of the category representing the document.
string name = 1;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
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;
- Specified by:
getConfidence
in interfaceClassificationCategoryOrBuilder
- Returns:
- The confidence.
-
setConfidence
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;
- Parameters:
value
- The confidence to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
setUnknownFields
public final ClassificationCategory.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ClassificationCategory.Builder>
-
mergeUnknownFields
public final ClassificationCategory.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ClassificationCategory.Builder>
-
-