Class AnnotateTextRequest.Features (2.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.79.0 (latest)
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.1
- 2.3.4
- 2.2.0
- 2.1.10
publicstaticfinalclass AnnotateTextRequest.FeaturesextendsGeneratedMessageV3implementsAnnotateTextRequest.FeaturesOrBuilderAll available features for sentiment, syntax, and semantic analysis. Setting each one to true will enable that specific analysis for the input. Next ID: 11
Protobuf type google.cloud.language.v1beta2.AnnotateTextRequest.Features
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AnnotateTextRequest.FeaturesImplements
AnnotateTextRequest.FeaturesOrBuilderInherited Members
Static Fields
CLASSIFICATION_MODEL_OPTIONS_FIELD_NUMBER
publicstaticfinalintCLASSIFICATION_MODEL_OPTIONS_FIELD_NUMBERCLASSIFY_TEXT_FIELD_NUMBER
publicstaticfinalintCLASSIFY_TEXT_FIELD_NUMBEREXTRACT_DOCUMENT_SENTIMENT_FIELD_NUMBER
publicstaticfinalintEXTRACT_DOCUMENT_SENTIMENT_FIELD_NUMBEREXTRACT_ENTITIES_FIELD_NUMBER
publicstaticfinalintEXTRACT_ENTITIES_FIELD_NUMBEREXTRACT_ENTITY_SENTIMENT_FIELD_NUMBER
publicstaticfinalintEXTRACT_ENTITY_SENTIMENT_FIELD_NUMBEREXTRACT_SYNTAX_FIELD_NUMBER
publicstaticfinalintEXTRACT_SYNTAX_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticAnnotateTextRequest.FeaturesgetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticAnnotateTextRequest.Features.BuildernewBuilder()newBuilder(AnnotateTextRequest.Features prototype)
publicstaticAnnotateTextRequest.Features.BuildernewBuilder(AnnotateTextRequest.Featuresprototype)parseDelimitedFrom(InputStream input)
publicstaticAnnotateTextRequest.FeaturesparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticAnnotateTextRequest.FeaturesparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticAnnotateTextRequest.FeaturesparseFrom(byte[]data)byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticAnnotateTextRequest.FeaturesparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)byte[]parseFrom(ByteString data)
publicstaticAnnotateTextRequest.FeaturesparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticAnnotateTextRequest.FeaturesparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticAnnotateTextRequest.FeaturesparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticAnnotateTextRequest.FeaturesparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticAnnotateTextRequest.FeaturesparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticAnnotateTextRequest.FeaturesparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticAnnotateTextRequest.FeaturesparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticAnnotateTextRequest.FeaturesparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<AnnotateTextRequest.Features>parser()Methods
equals(Object obj)
publicbooleanequals(Objectobj)getClassificationModelOptions()
publicClassificationModelOptionsgetClassificationModelOptions() The model options to use for classification. Defaults to v1 options
if not specified. Only used if classify_text is set to true.
.google.cloud.language.v1beta2.ClassificationModelOptions classification_model_options = 10;
The classificationModelOptions.
getClassificationModelOptionsOrBuilder()
publicClassificationModelOptionsOrBuildergetClassificationModelOptionsOrBuilder() The model options to use for classification. Defaults to v1 options
if not specified. Only used if classify_text is set to true.
.google.cloud.language.v1beta2.ClassificationModelOptions classification_model_options = 10;
getClassifyText()
publicbooleangetClassifyText()Classify the full document into categories. If this is true, the API will use the default model which classifies into a predefined taxonomy.
bool classify_text = 6;
The classifyText.
getDefaultInstanceForType()
publicAnnotateTextRequest.FeaturesgetDefaultInstanceForType()getExtractDocumentSentiment()
publicbooleangetExtractDocumentSentiment()Extract document-level sentiment.
bool extract_document_sentiment = 3;
The extractDocumentSentiment.
getExtractEntities()
publicbooleangetExtractEntities()Extract entities.
bool extract_entities = 2;
The extractEntities.
getExtractEntitySentiment()
publicbooleangetExtractEntitySentiment()Extract entities and their associated sentiment.
bool extract_entity_sentiment = 4;
The extractEntitySentiment.
getExtractSyntax()
publicbooleangetExtractSyntax()Extract syntax information.
bool extract_syntax = 1;
The extractSyntax.
getParserForType()
publicParser<AnnotateTextRequest.Features>getParserForType()getSerializedSize()
publicintgetSerializedSize()getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()hasClassificationModelOptions()
publicbooleanhasClassificationModelOptions() The model options to use for classification. Defaults to v1 options
if not specified. Only used if classify_text is set to true.
.google.cloud.language.v1beta2.ClassificationModelOptions classification_model_options = 10;
Whether the classificationModelOptions field is set.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicAnnotateTextRequest.Features.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedAnnotateTextRequest.Features.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicAnnotateTextRequest.Features.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)