Interface AnnotateTextRequest.FeaturesOrBuilder (2.42.0)

publicstaticinterface AnnotateTextRequest.FeaturesOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getClassificationModelOptions()

publicabstractClassificationModelOptionsgetClassificationModelOptions()

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.v1.ClassificationModelOptions classification_model_options = 10;

Returns
Type Description
ClassificationModelOptions

The classificationModelOptions.

getClassificationModelOptionsOrBuilder()

publicabstractClassificationModelOptionsOrBuildergetClassificationModelOptionsOrBuilder()

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.v1.ClassificationModelOptions classification_model_options = 10;

Returns
Type Description
ClassificationModelOptionsOrBuilder

getClassifyText()

publicabstractbooleangetClassifyText()

Classify the full document into categories.

bool classify_text = 6;

Returns
Type Description
boolean

The classifyText.

getExtractDocumentSentiment()

publicabstractbooleangetExtractDocumentSentiment()

Extract document-level sentiment.

bool extract_document_sentiment = 3;

Returns
Type Description
boolean

The extractDocumentSentiment.

getExtractEntities()

publicabstractbooleangetExtractEntities()

Extract entities.

bool extract_entities = 2;

Returns
Type Description
boolean

The extractEntities.

getExtractEntitySentiment()

publicabstractbooleangetExtractEntitySentiment()

Extract entities and their associated sentiment.

bool extract_entity_sentiment = 4;

Returns
Type Description
boolean

The extractEntitySentiment.

getExtractSyntax()

publicabstractbooleangetExtractSyntax()

Extract syntax information.

bool extract_syntax = 1;

Returns
Type Description
boolean

The extractSyntax.

getModerateText()

publicabstractbooleangetModerateText()

Moderate the document for harmful and sensitive categories.

bool moderate_text = 11;

Returns
Type Description
boolean

The moderateText.

hasClassificationModelOptions()

publicabstractbooleanhasClassificationModelOptions()

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.v1.ClassificationModelOptions classification_model_options = 10;

Returns
Type Description
boolean

Whether the classificationModelOptions field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.