# PlatoonSplits

> A batter's per-game values split by the opposing starter's throwing hand.

A batter's per-game values split by the opposing starter's throwing hand.
Games with an unknown starter or hand are in neither side. Both sides
cover at least one game (a one-sided "split" is served as no split).

**Kind:** object

| Field | Type | Required | Description |
|---|---|---|---|
| `vs_left` | `SplitLine` | yes |  |
| `vs_right` | `SplitLine` | yes |  |

**Used by:** [BaseballAnalysisContext](/docs/reference/data-model/stat-lines/BaseballAnalysisContext.md)
