Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
Hashcode override
|
|
SentimentResponse ( |
Creates a SentimentResponse from the given apiResult
|
|
SentimentResponse ( RosetteSentiment docSentiment, List |
Creates a SentimentResponse from its components
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare against |
return | bool |
public SentimentResponse ( |
||
apiResult | The message from the API | |
return | System |
public SentimentResponse ( RosetteSentiment docSentiment, List |
||
docSentiment | RosetteSentiment | The sentiment of the entire document/input text |
entitySentiments | List |
The entities, each with a sentiment, found in the input text |
responseHeaders | string>.Dictionary | The response headers returned from the API |
content | object>.Dictionary | The content (the doc and entity sentiments) in Dictionary form |
contentAsJson | string | The content in JSON form |
return | System |