Click or drag to resize

SentenceTone Class

Sentence tone.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3SentenceTone

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 SentenceTone

The SentenceTone type exposes the following members.

Constructors
  NameDescription
Public methodSentenceTone
Initializes a new instance of the SentenceTone class
Top
Properties
  NameDescription
Public propertyHighestScore
Returns the highest score.
Public propertyHighestScoreToneCategoryName
The highest score category name.
Public propertyHighestScoreToneName
The highest score tone name.
Public propertyinput_from
Gets or sets the input from.
Public propertyinput_to
Gets or sets the input to.
Public propertysentence_id
Gets or sets the sentence identifier.
Public propertytext
Gets or sets the text.
Public propertytone_categories
Gets or sets the tone categories.
Top
Methods
See Also