C# Class Microsoft.ProjectOxford.Emotion.Contract.Scores

Exibir arquivo Open project: Microsoft/ProjectOxford-ClientSDK Class Usage Examples

Public Methods

Method Description
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.

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToRankedList() public method

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
return float>>.IEnumerable