ContentSaliencyOption

Class in Yarn.Saliency

Inherits from System.Object

Summary

Represents a piece of content that may be selected by an IContentSaliencyStrategy .

public sealed class ContentSaliencyOption

Constructors

NameDescription
ContentSaliencyOption(string)Initializes a new instance of the ContentSaliencyOption class with the specified content ID.

Properties

NameDescription
ComplexityScoreGets the complexity score of this option.
ContentIDGets a string that uniquely identifies this content.
ContentTypeGets the type of content that this option represents.
FailingConditionValueCountGet the number of conditions that failed for this piece of content.
PassingConditionValueCountGets the number of conditions that passed for this piece of content.
ViewCountKeyGets a unique variable name that can be used for tracking the view count of a specific piece of content. This value is null if ContentID is null or empty.