C# 클래스 rosette_api.RosetteEntity

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Equals override

GetHashCode ( ) : int

HashCode override

RosetteEntity ( String mention, String normalizedMention, EntityID id, String entityType, Nullable count ) : System

Creates an entity

ToString ( ) : string

ToString override

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

HashCode override
public GetHashCode ( ) : int
리턴 int

RosetteEntity() 공개 메소드

Creates an entity
public RosetteEntity ( String mention, String normalizedMention, EntityID id, String entityType, Nullable count ) : System
mention String The mention of the entity
normalizedMention String The normalzied form of the mention
id EntityID The mention's id
entityType String The entity type
count Nullable The number of times this entity appeared in the input to the API
리턴 System

ToString() 공개 메소드

ToString override
public ToString ( ) : string
리턴 string