Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3.SentenceTone Class Reference

Sentence tone. More...

Public Member Functions

override string ToString ()
 Returns a System.String that represents the current IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3.SentenceTone. More...
 

Properties

int sentence_id [get, set]
 Gets or sets the sentence identifier. More...
 
int input_from [get, set]
 Gets or sets the input from. More...
 
int input_to [get, set]
 Gets or sets the input to. More...
 
string text [get, set]
 Gets or sets the text. More...
 
ToneCategory[] tone_categories [get, set]
 Gets or sets the tone categories. More...
 
double HighestScore [get]
 Returns the highest score. More...
 
string HighestScoreToneName [get]
 The highest score tone name. More...
 
string HighestScoreToneCategoryName [get]
 The highest score category name. More...
 

Detailed Description

Sentence tone.

Member Function Documentation

override string IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3.SentenceTone.ToString ( )
inline

Returns a System.String that represents the current IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3.SentenceTone.

Returns
A System.String that represents the current IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3.SentenceTone.

Property Documentation

double IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3.SentenceTone.HighestScore
get

Returns the highest score.

string IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3.SentenceTone.HighestScoreToneCategoryName
get

The highest score category name.

string IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3.SentenceTone.HighestScoreToneName
get

The highest score tone name.

int IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3.SentenceTone.input_from
getset

Gets or sets the input from.

The input from.

int IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3.SentenceTone.input_to
getset

Gets or sets the input to.

The input to.

int IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3.SentenceTone.sentence_id
getset

Gets or sets the sentence identifier.

The sentence identifier.

string IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3.SentenceTone.text
getset

Gets or sets the text.

The text.

ToneCategory [] IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3.SentenceTone.tone_categories
getset

Gets or sets the tone categories.

The tone categories.


The documentation for this class was generated from the following file: