C# 클래스 Microsoft.ProjectOxford.Emotion.Contract.Scores

파일 보기 프로젝트 열기: Microsoft/ProjectOxford-ClientSDK 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetHashCode ( ) : int
ToRankedList ( ) : float>>.IEnumerable

Create a sorted key-value pair of emotions and the corresponding scores, sorted from highest score on down. To make the ordering stable, the score is the primary key, and the name is the secondary key.

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToRankedList() 공개 메소드

Create a sorted key-value pair of emotions and the corresponding scores, sorted from highest score on down. To make the ordering stable, the score is the primary key, and the name is the secondary key.
public ToRankedList ( ) : float>>.IEnumerable
리턴 float>>.IEnumerable