Class ConceptsOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.natural_language_understanding.v1.model.ConceptsOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ConceptsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Returns high-level concepts in the content. For example, a research paper about deep learning
might return the concept, "Artificial Intelligence" although the term is not mentioned.
Supported languages: English, French, German, Italian, Japanese, Korean, Portuguese, Spanish.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConceptsOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description Long
limit()
Gets the limit.ConceptsOptions.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 ConceptsOptions builder
-
limit
Gets the limit.Maximum number of concepts to return.
- Returns:
- the limit
-