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 ContentSaliencyOptionConstructors
| Name | Description |
|---|---|
| ContentSaliencyOption(string) | Initializes a new instance of the ContentSaliencyOption class with the specified content ID. |
Properties
| Name | Description |
|---|---|
| ComplexityScore | Gets the complexity score of this option. |
| ContentID | Gets a string that uniquely identifies this content. |
| ContentType | Gets the type of content that this option represents. |
| FailingConditionValueCount | Get the number of conditions that failed for this piece of content. |
| PassingConditionValueCount | Gets the number of conditions that passed for this piece of content. |
| ViewCountKey | Gets 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. |