C# 클래스 rosette_api.RosetteSentimentEntity

상속: RosetteEntity
파일 보기 프로젝트 열기: rosette-api/csharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EntityEquals ( RosetteEntity other ) : bool

Is this RosetteSentimentEntity the same as the other entity?

Equals ( object obj ) : bool

Equals override

GetHashCode ( ) : int

HashCode override

RosetteSentimentEntity ( String mention, String normalizedMention, EntityID id, String entityType, Nullable count, String sentiment, Nullable confidence ) : System

Creates an entity that has a sentiment associated with it

ToString ( ) : string

ToString override.

메소드 상세

EntityEquals() 공개 메소드

Is this RosetteSentimentEntity the same as the other entity?
public EntityEquals ( RosetteEntity other ) : bool
other RosetteEntity The other entity
리턴 bool

Equals() 공개 메소드

Equals override
public Equals ( object obj ) : bool
obj object The object to compare against
리턴 bool

GetHashCode() 공개 메소드

HashCode override
public GetHashCode ( ) : int
리턴 int

RosetteSentimentEntity() 공개 메소드

Creates an entity that has a sentiment associated with it
public RosetteSentimentEntity ( String mention, String normalizedMention, EntityID id, String entityType, Nullable count, String sentiment, Nullable confidence ) : System
mention String The mention of the entity
normalizedMention String The normalized mention of the entity
id EntityID 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
리턴 System

ToString() 공개 메소드

ToString override.
public ToString ( ) : string
리턴 string