Package com.google.cloud.language.v2
Class AnnotateTextRequest.Features
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.language.v2.AnnotateTextRequest.Features
-
- All Implemented Interfaces:
AnnotateTextRequest.FeaturesOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
- Enclosing class:
- AnnotateTextRequest
public static final class AnnotateTextRequest.Features extends com.google.protobuf.GeneratedMessageV3 implements AnnotateTextRequest.FeaturesOrBuilder
All available features. Setting each one to true will enable that specific analysis for the input.
Protobuf typegoogle.cloud.language.v2.AnnotateTextRequest.Features- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnnotateTextRequest.Features.BuilderAll available features.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCLASSIFY_TEXT_FIELD_NUMBERstatic intEXTRACT_DOCUMENT_SENTIMENT_FIELD_NUMBERstatic intEXTRACT_ENTITIES_FIELD_NUMBERstatic intMODERATE_TEXT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)booleangetClassifyText()Optional.static AnnotateTextRequest.FeaturesgetDefaultInstance()AnnotateTextRequest.FeaturesgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()booleangetExtractDocumentSentiment()Optional.booleangetExtractEntities()Optional.booleangetModerateText()Optional.com.google.protobuf.Parser<AnnotateTextRequest.Features>getParserForType()intgetSerializedSize()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static AnnotateTextRequest.Features.BuildernewBuilder()static AnnotateTextRequest.Features.BuildernewBuilder(AnnotateTextRequest.Features prototype)AnnotateTextRequest.Features.BuildernewBuilderForType()protected AnnotateTextRequest.Features.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static AnnotateTextRequest.FeaturesparseDelimitedFrom(InputStream input)static AnnotateTextRequest.FeaturesparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateTextRequest.FeaturesparseFrom(byte[] data)static AnnotateTextRequest.FeaturesparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateTextRequest.FeaturesparseFrom(com.google.protobuf.ByteString data)static AnnotateTextRequest.FeaturesparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateTextRequest.FeaturesparseFrom(com.google.protobuf.CodedInputStream input)static AnnotateTextRequest.FeaturesparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateTextRequest.FeaturesparseFrom(InputStream input)static AnnotateTextRequest.FeaturesparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateTextRequest.FeaturesparseFrom(ByteBuffer data)static AnnotateTextRequest.FeaturesparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<AnnotateTextRequest.Features>parser()AnnotateTextRequest.Features.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
EXTRACT_ENTITIES_FIELD_NUMBER
public static final int EXTRACT_ENTITIES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXTRACT_DOCUMENT_SENTIMENT_FIELD_NUMBER
public static final int EXTRACT_DOCUMENT_SENTIMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CLASSIFY_TEXT_FIELD_NUMBER
public static final int CLASSIFY_TEXT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MODERATE_TEXT_FIELD_NUMBER
public static final int MODERATE_TEXT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getExtractEntities
public boolean getExtractEntities()
Optional. Extract entities.
bool extract_entities = 1 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getExtractEntitiesin interfaceAnnotateTextRequest.FeaturesOrBuilder- Returns:
- The extractEntities.
-
getExtractDocumentSentiment
public boolean getExtractDocumentSentiment()
Optional. Extract document-level sentiment.
bool extract_document_sentiment = 2 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getExtractDocumentSentimentin interfaceAnnotateTextRequest.FeaturesOrBuilder- Returns:
- The extractDocumentSentiment.
-
getClassifyText
public boolean getClassifyText()
Optional. Classify the full document into categories.
bool classify_text = 4 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getClassifyTextin interfaceAnnotateTextRequest.FeaturesOrBuilder- Returns:
- The classifyText.
-
getModerateText
public boolean getModerateText()
Optional. Moderate the document for harmful and sensitive categories.
bool moderate_text = 5 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getModerateTextin interfaceAnnotateTextRequest.FeaturesOrBuilder- Returns:
- The moderateText.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static AnnotateTextRequest.Features parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnnotateTextRequest.Features parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnnotateTextRequest.Features parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnnotateTextRequest.Features parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnnotateTextRequest.Features parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnnotateTextRequest.Features parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AnnotateTextRequest.Features parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AnnotateTextRequest.Features parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AnnotateTextRequest.Features parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AnnotateTextRequest.Features parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static AnnotateTextRequest.Features parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AnnotateTextRequest.Features parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public AnnotateTextRequest.Features.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static AnnotateTextRequest.Features.Builder newBuilder()
-
newBuilder
public static AnnotateTextRequest.Features.Builder newBuilder(AnnotateTextRequest.Features prototype)
-
toBuilder
public AnnotateTextRequest.Features.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected AnnotateTextRequest.Features.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static AnnotateTextRequest.Features getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<AnnotateTextRequest.Features> parser()
-
getParserForType
public com.google.protobuf.Parser<AnnotateTextRequest.Features> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public AnnotateTextRequest.Features getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-