C# 클래스 BuildIt.CognitiveServices.Models.RecommendedItemSetInfo

Holds a recommendation result, which is a set of recommended items with reasoning and rating/score.
파일 보기 프로젝트 열기: builttoroam/BuildIt

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