Package | Description |
---|---|
com.ibm.watson.developer_cloud.concept_insights.v2 |
Concept Insights Service v2
|
com.ibm.watson.developer_cloud.concept_insights.v2.util |
Utility classes to work with corpus, graph and concepts ids
|
Modifier and Type | Method and Description |
---|---|
ServiceCall<Document> |
ConceptInsights.getDocument(Document document)
Retrieves a document from a corpus.
|
Modifier and Type | Method and Description |
---|---|
ServiceCall<Void> |
ConceptInsights.createDocument(Document document)
Creates a document in a given corpus.
|
ServiceCall<Void> |
ConceptInsights.deleteDocument(Document document)
Deletes a document in a given corpus.
|
ServiceCall<Document> |
ConceptInsights.getDocument(Document document)
Retrieves a document from a corpus.
|
ServiceCall<DocumentAnnotations> |
ConceptInsights.getDocumentAnnotations(Document document)
Retrieves conceptual view of document (including annotations).
|
ServiceCall<DocumentProcessingStatus> |
ConceptInsights.getDocumentProcessingState(Document document)
Retrieves processing state of document.
|
ServiceCall<Concepts> |
ConceptInsights.getDocumentRelatedConcepts(Document document,
Map<String,Object> parameters)
Retrieves concepts that are related (in conceptual sense) to a given document.
|
ServiceCall<Scores> |
ConceptInsights.getDocumentRelationScores(Document document,
List<Concept> concepts)
Returns a list of scores that denotes how related a document is to a list of concepts.
|
ServiceCall<Void> |
ConceptInsights.updateDocument(Document document)
Updates a document in a given corpus.
|
Modifier and Type | Method and Description |
---|---|
static String |
IDHelper.getDocumentId(Document document)
The purpose of this method to validate / generate the document.id.
|
Copyright © 2015–2016. All rights reserved.