---
title: CategoricalResponse
seo:
  title: CategoricalResponse — TypeScript SDK
  description: Classification-style response for categorical scorers. (TypeScript SDK)
description: Classification-style response for categorical scorers.
---

```typescript
return { value: "positive", reason: "Sentiment is clearly positive" };
```

## Properties

| Prop | Type | Default | Description |
| - | - | - | - |
| `value?` | `string` | - | |
