> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# ClassifierClass

> Configuration for a single classification class

## Properties

* [label](#label)
* [threshold](#threshold)

***

## Properties

### label

```typescript theme={"system"}
label: string
```

The class label for the classification category (raw name like "hategroup", "selfharm")

### threshold

```typescript theme={"system"}
threshold: number
```

Threshold value for classification confidence
