---
title: OfflineScorerData
seo:
  title: OfflineScorerData — TypeScript SDK
  description: One judge's result for one example. (TypeScript SDK)
description: One judge's result for one example.
---

## Properties

| Prop | Type | Default | Description |
| - | - | - | - |
| `name?` | `string` | - | Judge name. |
| `value?` | `string \| number \| null` | - | The scorer result: "Yes"/"No" (binary), the category (categorical), or a number. |
| `scoreType?` | `string \| null \| undefined` | - | Result type returned by the scorer. |
| `error?` | `string \| null \| undefined` | - | Error message, if the judge errored on this row. |
| `success?` | `boolean \| null \| undefined` | - | Pass-condition outcome for the row, when a passConditionFn was supplied. |
| `metadata?` | `Record<string, unknown>` | - | Extra metadata (judge id/version, reason). |
