C# 클래스 rosette_api.LanguageIdentificationResponse

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Equals override

GetHashCode ( ) : int

HashCode override

LanguageIdentificationResponse ( HttpResponseMessage apiResults ) : System

Creates a LanguageIdentificationResponse from the given apiResults

LanguageIdentificationResponse ( List languageDetections, string>.Dictionary responseHeaders, object>.Dictionary content = null, string contentAsJosn = null ) : System

Creates a LanguageIdentificationResponse 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

LanguageIdentificationResponse() 공개 메소드

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

LanguageIdentificationResponse() 공개 메소드

Creates a LanguageIdentificationResponse from its components
public LanguageIdentificationResponse ( List languageDetections, string>.Dictionary responseHeaders, object>.Dictionary content = null, string contentAsJosn = null ) : System
languageDetections List The list of language identifications
responseHeaders string>.Dictionary The response headers
content object>.Dictionary The content (language identifications) in dictionary form
contentAsJosn string The content in JSON form
리턴 System