Click or drag to resize

ToneAnalyzer Class

This class wraps the Tone Analyzer service. Tone Analyzer Service
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3ToneAnalyzer

Namespace:  IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ToneAnalyzer : IWatsonService

The ToneAnalyzer type exposes the following members.

Constructors
  NameDescription
Public methodToneAnalyzer
Initializes a new instance of the ToneAnalyzer class
Top
Properties
  NameDescription
Public propertyCredentials
Gets and sets the credentials of the service. Replace the default endpoint if endpoint is defined.
Public propertyUrl
Gets and sets the endpoint URL for the service.
Public propertyVersionDate
Gets and sets the versionDate of the service.
Top
Methods
  NameDescription
Public methodGetToneAnalyze
Gets the tone analyze.
Top
See Also