public class ToneAnalyzer extends WatsonService
| Modifier and Type | Field and Description | 
|---|---|
| static String | VERSION_DATE_2016_02_11The version date | 
VERSION| Constructor and Description | 
|---|
| ToneAnalyzer(String versionDate)Instantiates a new tone analyzer. | 
| Modifier and Type | Method and Description | 
|---|---|
| ToneAnalysis | getTone(String text)Analyzes the "tone" of a piece of text. | 
configureHttpClient, execute, executeRequest, executeWithoutResponse, getApiKey, getEndPoint, getName, getToken, setApiKey, setAuthentication, setDefaultHeaders, setEndPoint, setUsernameAndPassword, toStringpublic static final String VERSION_DATE_2016_02_11
public ToneAnalyzer(String versionDate)
versionDate - The version date (yyyy-MM-dd) of the REST API to use. Specifying this value
        will keep your API calls from failing when the service introduces breaking changes.public ToneAnalysis getTone(String text)
text - The text to analyzeTone with the responseCopyright © 2015–2016. All rights reserved.