public class ToneAnalyzer extends WatsonService
| Modifier and Type | Field and Description | 
|---|---|
| static String | VERSION_DATE_2016_05_19The Constant VERSION_DATE_2016_05_19. | 
defaultHeaders, MESSAGE_CODE, MESSAGE_ERROR, skipAuthentication, VERSION| Constructor and Description | 
|---|
| ToneAnalyzer(String versionDate)Instantiates a new tone analyzer. | 
| ToneAnalyzer(String versionDate,
            String username,
            String password)Instantiates a new tone analyzer with username and password. | 
| Modifier and Type | Method and Description | 
|---|---|
| ServiceCall<ToneAnalysis> | getTone(String text,
       ToneOptions options)Analyzes the "tone" of a piece of text. | 
configureHttpClient, createServiceCall, getApiKey, getEndPoint, getName, getToken, processServiceCall, setApiKey, setAuthentication, setDefaultHeaders, setEndPoint, setSkipAuthentication, setUsernameAndPassword, toStringpublic static final String VERSION_DATE_2016_05_19
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 ToneAnalyzer(String versionDate, String username, String password)
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.username - the usernamepassword - the passwordpublic ServiceCall<ToneAnalysis> getTone(String text, ToneOptions options)
text - The text to analyzeoptions - The ToneOptions optionsToneAnalysis with the responseCopyright © 2015–2016 IBM Watson. All rights reserved.