> 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/3.1/api/csharp/yarn.saliency/yarn.saliency.contentsaliencyoption/yarn.saliency.contentsaliencyoption.contenttype.md).

# ContentType

Property in [ContentSaliencyOption](/3.1/api/csharp/yarn.saliency/yarn.saliency.contentsaliencyoption.md)

## Summary

Gets the type of content that this option represents.

```csharp
public ContentSaliencyContentType ContentType { get; set; }
```

## Remarks

This information may be used by custom [IContentSaliencyStrategy](/3.1/api/csharp/yarn.saliency/yarn.saliency.icontentsaliencystrategy.md) classes to allow them to have different behaviour depending on the type of the content.
