Skip to content

Interface: ListVoicesResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Speech / ListVoicesResponse

Interface: ListVoicesResponse

Defined in: src/types/speech.ts:83

Response of GET /api/v1/speech/voices.

Properties

presets

presets: Record<string, string[]>

Defined in: src/types/speech.ts:85

Preset speaker names per engine, from the loaded checkpoints.


voices

voices: VoiceProfile[]

Defined in: src/types/speech.ts:87

Voices this tenant has enrolled.