Class NluEnrichmentConcepts
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.NluEnrichmentConcepts
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class NluEnrichmentConcepts
extends com.ibm.cloud.sdk.core.service.model.GenericModel
An object specifiying the concepts enrichment and related parameters.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NluEnrichmentConcepts.Builder
Builder. -
Method Summary
Modifier and Type Method Description Long
limit()
Gets the limit.NluEnrichmentConcepts.Builder
newBuilder()
New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a NluEnrichmentConcepts builder
-
limit
Gets the limit.The maximum number of concepts enrichments to extact from each instance of the specified field.
- Returns:
- the limit
-