public static interface AnnotateTextRequest.FeaturesOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getClassifyText()
Classify the full document into categories.
|
boolean |
getExtractDocumentSentiment()
Extract document-level sentiment.
|
boolean |
getExtractEntities()
Extract entities.
|
boolean |
getExtractEntitySentiment()
Extract entities and their associated sentiment.
|
boolean |
getExtractSyntax()
Extract syntax information.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean getExtractSyntax()
Extract syntax information.
bool extract_syntax = 1;
boolean getExtractEntities()
Extract entities.
bool extract_entities = 2;
boolean getExtractDocumentSentiment()
Extract document-level sentiment.
bool extract_document_sentiment = 3;
boolean getExtractEntitySentiment()
Extract entities and their associated sentiment.
bool extract_entity_sentiment = 4;
boolean getClassifyText()
Classify the full document into categories.
bool classify_text = 6;