Interface AnnotateTextRequest.FeaturesOrBuilder (2.38.0)

public static interface AnnotateTextRequest.FeaturesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClassificationModelOptions()

public abstract ClassificationModelOptions getClassificationModelOptions()

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;

Returns
TypeDescription
ClassificationModelOptions

The classificationModelOptions.

getClassificationModelOptionsOrBuilder()

public abstract ClassificationModelOptionsOrBuilder getClassificationModelOptionsOrBuilder()

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;

Returns
TypeDescription
ClassificationModelOptionsOrBuilder

getClassifyText()

public abstract boolean getClassifyText()

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;

Returns
TypeDescription
boolean

The classifyText.

getExtractDocumentSentiment()

public abstract boolean getExtractDocumentSentiment()

Extract document-level sentiment.

bool extract_document_sentiment = 3;

Returns
TypeDescription
boolean

The extractDocumentSentiment.

getExtractEntities()

public abstract boolean getExtractEntities()

Extract entities.

bool extract_entities = 2;

Returns
TypeDescription
boolean

The extractEntities.

getExtractEntitySentiment()

public abstract boolean getExtractEntitySentiment()

Extract entities and their associated sentiment.

bool extract_entity_sentiment = 4;

Returns
TypeDescription
boolean

The extractEntitySentiment.

getExtractSyntax()

public abstract boolean getExtractSyntax()

Extract syntax information.

bool extract_syntax = 1;

Returns
TypeDescription
boolean

The extractSyntax.

getModerateText()

public abstract boolean getModerateText()

Moderate the document for harmful and sensitive categories.

bool moderate_text = 11;

Returns
TypeDescription
boolean

The moderateText.

hasClassificationModelOptions()

public abstract boolean hasClassificationModelOptions()

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;

Returns
TypeDescription
boolean

Whether the classificationModelOptions field is set.