C# Класс BuildIt.CognitiveServices.Models.RecommendedItemSetInfo

Holds a recommendation result, which is a set of recommended items with reasoning and rating/score.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
RecommendedItemSetInfo ( ) : System.Linq

Initializes a new instance of the RecommendedItemSetInfo class.

RecommendedItemSetInfo ( System items = default(System.Collections.Generic.IList<RecommendedItemInfo>), double rating = default(double?), System reasoning = default(System.Collections.Generic.IList<string>) ) : System.Linq

Initializes a new instance of the RecommendedItemSetInfo class.

Описание методов

RecommendedItemSetInfo() публичный Метод

Initializes a new instance of the RecommendedItemSetInfo class.
public RecommendedItemSetInfo ( ) : System.Linq
Результат System.Linq

RecommendedItemSetInfo() публичный Метод

Initializes a new instance of the RecommendedItemSetInfo class.
public RecommendedItemSetInfo ( System items = default(System.Collections.Generic.IList<RecommendedItemInfo>), double rating = default(double?), System reasoning = default(System.Collections.Generic.IList<string>) ) : System.Linq
items System List of recommended items
rating double Rating/score for this recommendation
reasoning System Reasoning/explanation about recommended /// items.
Результат System.Linq