C# 클래스 rosette_api.RosetteCategory

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Equals override

GetHashCode ( ) : int

Hashcode override

RosetteCategory ( String label, Nullable confidence ) : System

Creates a Rosette Category from a category label and confidence

ToString ( ) : string

ToString override.

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

Hashcode override
public GetHashCode ( ) : int
리턴 int

RosetteCategory() 공개 메소드

Creates a Rosette Category from a category label and confidence
public RosetteCategory ( String label, Nullable confidence ) : System
label String The category label
confidence Nullable The confidence this was the correct category
리턴 System

ToString() 공개 메소드

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