C# 클래스 rosette_api.SentenceTaggingResponse

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Equals override

GetHashCode ( ) : int

HashCode override

SentenceTaggingResponse ( HttpResponseMessage apiResults ) : System

Creates a SentenceTaggingResponse from the given apiResults

SentenceTaggingResponse ( List sentences, string>.Dictionary responseHeaders, object>.Dictionary content, string contentAsJson ) : System

Creates a SentenceTaggingResponse from its components

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

HashCode override
public GetHashCode ( ) : int
리턴 int

SentenceTaggingResponse() 공개 메소드

Creates a SentenceTaggingResponse from the given apiResults
public SentenceTaggingResponse ( HttpResponseMessage apiResults ) : System
apiResults System.Net.Http.HttpResponseMessage The message from the API
리턴 System

SentenceTaggingResponse() 공개 메소드

Creates a SentenceTaggingResponse from its components
public SentenceTaggingResponse ( List sentences, string>.Dictionary responseHeaders, object>.Dictionary content, string contentAsJson ) : System
sentences List
responseHeaders string>.Dictionary
content object>.Dictionary
contentAsJson string
리턴 System