Property | Type | Description |
---|
Method | Description | |
---|---|---|
EntityEquals ( |
Is this RosetteSentimentEntity the same as the other entity?
|
|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
HashCode override
|
|
RosetteSentimentEntity ( String mention, String normalizedMention, |
Creates an entity that has a sentiment associated with it
|
|
ToString ( ) : string |
ToString override.
|
public EntityEquals ( |
||
other | The other entity | |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare against |
return | bool |
public RosetteSentimentEntity ( String mention, String normalizedMention, |
||
mention | String | The mention of the entity |
normalizedMention | String | The normalized mention of the entity |
id | The contextual ID of the entity to compare it against other entities | |
entityType | String | The entity type |
count | Nullable |
The number of times the entity appeared in the text |
sentiment | String | The contextual sentiment of the entity |
confidence | Nullable |
The confidence that the sentiment was correctly identified |
return | System |