> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/api/csharp/yarn/yarn.dialogue/yarn.dialogue.contentsaliencystrategy.md).

# ContentSaliencyStrategy

Property in [Dialogue](/api/csharp/yarn/yarn.dialogue.md)

## Summary

Gets or sets the content saliency strategy used by this [Dialogue](/api/csharp/yarn/yarn.dialogue.md) .

```csharp
public Saliency.IContentSaliencyStrategy ContentSaliencyStrategy { get; set; }
```

## Remarks

A content saliency strategy is a class that implements [IContentSaliencyStrategy](/api/csharp/yarn.saliency/yarn.saliency.icontentsaliencystrategy.md) and selects the most appropriate content in a line group, or any other situation where content saliency is relevant.
