Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
HashCode override
|
|
RosetteEntity ( String mention, String normalizedMention, |
Creates an entity
|
|
ToString ( ) : string |
ToString override
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare against |
return | bool |
public RosetteEntity ( String mention, String normalizedMention, |
||
mention | String | The mention of the entity |
normalizedMention | String | The normalzied form of the mention |
id | The mention's id | |
entityType | String | The entity type |
count | Nullable |
The number of times this entity appeared in the input to the API |
return | System |