ContentSaliencyContentType

Enum in Yarn.Saliency

Inherits from System.Enum

Summary

Indicates what type of content a ContentSaliencyOption represents.

public enum ContentSaliencyContentType
{
    Node,
    Line
}

Members

NameDescription
LineThe content represents a line in a line group.
NodeThe content represents a node in a node group.

See Also