ContentSaliencyContentType
Enum in Yarn.Saliency
Inherits from System.Enum
Summary
Indicates what type of content a ContentSaliencyOption represents.
public enum ContentSaliencyContentType
{
Node,
Line
}Members
| Name | Description |
|---|---|
| Line | The content represents a line in a line group. |
| Node | The content represents a node in a node group. |
See Also
- ContentSaliencyOption.ContentType: Gets the type of content that this option represents.