# ListVoicesResult

Defined in: [packages/ai/src/types.ts:2548](https://github.com/TanStack/ai/blob/main/packages/ai/src/types.ts#L2548)

Result of listing a provider's voices.

## Properties

### voices

```ts
voices: CatalogVoice[];
```

Defined in: [packages/ai/src/types.ts:2550](https://github.com/TanStack/ai/blob/main/packages/ai/src/types.ts#L2550)

The voices available to this account
