public class Features extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
Features.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
CategoriesOptions |
categories()
Gets the categories.
|
ConceptsOptions |
concepts()
Gets the concepts.
|
EmotionOptions |
emotion()
Gets the emotion.
|
EntitiesOptions |
entities()
Gets the entities.
|
KeywordsOptions |
keywords()
Gets the keywords.
|
MetadataOptions |
metadata()
Gets the metadata.
|
Features.Builder |
newBuilder()
New builder.
|
RelationsOptions |
relations()
Gets the relations.
|
SemanticRolesOptions |
semanticRoles()
Gets the semanticRoles.
|
SentimentOptions |
sentiment()
Gets the sentiment.
|
equals, hashCode, toString
public Features.Builder newBuilder()
public ConceptsOptions concepts()
public EmotionOptions emotion()
public EntitiesOptions entities()
public KeywordsOptions keywords()
public MetadataOptions metadata()
public RelationsOptions relations()
public SemanticRolesOptions semanticRoles()
public SentimentOptions sentiment()
public CategoriesOptions categories()