| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.concept_insights.v2 |
The IBM Watson™ Concept Insights service provides APIs that enable you to work with concepts and identify conceptual associations in the content that you provide as input to the service.
|
| com.ibm.watson.developer_cloud.concept_insights.v2.model |
Concepts Insights POJOs
|
| Modifier and Type | Method and Description |
|---|---|
Corpus |
ConceptInsights.getCorpus(String accountId,
String corpusName)
Retrieves corpus object to a list of individual concepts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConceptInsights.createCorpus(String accountId,
Corpus corpus)
Creates an empty corpus.
|
void |
ConceptInsights.updateCorpus(String accountId,
Corpus corpus)
Updates existing corpus meta-data (access and permissions).
|
| Modifier and Type | Method and Description |
|---|---|
List<Corpus> |
Corpora.getCorpora()
Gets the corpora.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Corpora.setCorpora(List<Corpus> corpora)
Sets the corpora.
|
Copyright © 2015. All rights reserved.