---
title: ScoringResult
seo:
  title: ScoringResult — TypeScript SDK
  description: >-
    The combined result of running scorers against a single example. (TypeScript
    SDK)
description: The combined result of running scorers against a single example.
---

## Properties

| Prop | Type | Default | Description |
| - | - | - | - |
| `success?` | `boolean` | - | True only if every scorer passed its threshold. |
| `scorers?` | `ExperimentScorer[]` | - | Per-scorer results, directly from the API. |
| `example?` | `Example` | - | The original example that was evaluated. |
