The Java SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
- Installation
- Usage
- Getting the Service Credentials
- IBM Watson Services
- Alchemy Language
- Alchemy Vision
- Alchemy Data News
- Concept Insights
- Conversation
- Dialog
- Discovery
- Document Conversion
- Language Translation
- Language Translator
- Natural Language Classifier
- Natural Language Understanding
- Personality Insights
- Retrieve and Rank
- Speech to Text
- Text to Speech
- Tone Analyzer
- Tradeoff Analytics
- Visual Recognition
- Changes for v4.0
- Using a Proxy
- Android
- Running in Bluemix
- Default Headers
- Debug
- Eclipse and Intellij
- License
- Contributing
All the services:
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>java-sdk</artifactId>
<version>4.0.0</version>
</dependency>Only Retrieve and Rank:
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>retrieve-and-rank</artifactId>
<version>4.0.0</version>
</dependency>All the services:
'com.ibm.watson.developer_cloud:java-sdk:4.0.0'Only Retrieve and Rank:
'com.ibm.watson.developer_cloud:retrieve-and-rank:4.0.0'Only Visual Recognition:
'com.ibm.watson.developer_cloud:visual-recognition:4.0.0'