Uses of Class
com.ibm.watson.natural_language_understanding.v1.model.EntitiesOptions.Builder
Package | Description |
---|---|
com.ibm.watson.natural_language_understanding.v1.model |
-
Uses of EntitiesOptions.Builder in com.ibm.watson.natural_language_understanding.v1.model
Methods in com.ibm.watson.natural_language_understanding.v1.model that return EntitiesOptions.Builder Modifier and Type Method Description EntitiesOptions.Builder
EntitiesOptions.Builder. emotion(Boolean emotion)
Set the emotion.EntitiesOptions.Builder
EntitiesOptions.Builder. limit(long limit)
Set the limit.EntitiesOptions.Builder
EntitiesOptions.Builder. mentions(Boolean mentions)
Set the mentions.EntitiesOptions.Builder
EntitiesOptions.Builder. model(String model)
Set the model.EntitiesOptions.Builder
EntitiesOptions. newBuilder()
New builder.EntitiesOptions.Builder
EntitiesOptions.Builder. sentiment(Boolean sentiment)
Set the sentiment.