메소드 | 설명 | |
---|---|---|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
HashCode override
|
|
RosetteSentiment ( String sentiment, Nullable |
A constructor for creating RosetteSentiments
|
|
ToString ( ) : string |
ToString override.
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare against |
리턴 | bool |
public RosetteSentiment ( String sentiment, Nullable |
||
sentiment | String | The sentiment label: "pos", "neu", or "neg" |
confidence | Nullable |
An indicator of confidence in the label being correct. A range from 0-1. |
리턴 | System |