> 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..ctor.md).

# ContentSaliencyOption(string)

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

## Summary

Initializes a new instance of the ContentSaliencyOption class with the specified content ID.

```csharp
public ContentSaliencyOption(string id)
```

## Parameters

| Name        | Description                                                  |
| ----------- | ------------------------------------------------------------ |
| `string` id | A string representing the unique identifier for the content. |
