C# Класс Microsoft.ProjectOxford.Emotion.Contract.Scores

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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