public static interface AnnotateTextRequest.FeaturesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.v1.ClassificationModelOptions classification_model_options = 10;
| Returns | |
|---|---|
| Type | Description |
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.v1.ClassificationModelOptions classification_model_options = 10;
| Returns | |
|---|---|
| Type | Description |
ClassificationModelOptionsOrBuilder |
|
getClassifyText()
public abstract boolean getClassifyText()Classify the full document into categories.
bool classify_text = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
The classifyText. |
getExtractDocumentSentiment()
public abstract boolean getExtractDocumentSentiment()Extract document-level sentiment.
bool extract_document_sentiment = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The extractDocumentSentiment. |
getExtractEntities()
public abstract boolean getExtractEntities()Extract entities.
bool extract_entities = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The extractEntities. |
getExtractEntitySentiment()
public abstract boolean getExtractEntitySentiment()Extract entities and their associated sentiment.
bool extract_entity_sentiment = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
The extractEntitySentiment. |
getExtractSyntax()
public abstract boolean getExtractSyntax()Extract syntax information.
bool extract_syntax = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The extractSyntax. |
getModerateText()
public abstract boolean getModerateText()Moderate the document for harmful and sensitive categories.
bool moderate_text = 11;
| Returns | |
|---|---|
| Type | Description |
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.v1.ClassificationModelOptions classification_model_options = 10;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the classificationModelOptions field is set. |