Interface AnnotateTextRequest.FeaturesOrBuilder (2.3.4)

public static interface AnnotateTextRequest.FeaturesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.