C# 클래스 rosette_api.LanguageDetection

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Equals override

GetHashCode ( ) : int

HashCode override

LanguageDetection ( string language, Nullable confidence ) : System

Creates a LanguageDetection, which identifies a language and the confidence that it is the correct language

ToString ( ) : string

ToString override: Gets this object in JSON form

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

HashCode override
public GetHashCode ( ) : int
리턴 int

LanguageDetection() 공개 메소드

Creates a LanguageDetection, which identifies a language and the confidence that it is the correct language
public LanguageDetection ( string language, Nullable confidence ) : System
language string The language in its abbreviated form
confidence Nullable The confidence the language was the correct language to identify
리턴 System

ToString() 공개 메소드

ToString override: Gets this object in JSON form
public ToString ( ) : string
리턴 string