class coqui.ClonedVoice(coqui.ClonedVoice)

Represents a cloned voice from the API

Public members

samples_count : int = 0
static ClonedVoice(cls, *, id: str, name: str, created_at: str, ...)

Create new instance of ClonedVoice(id, name, samples_count, created_at)

samples(coqui: Coqui | None = None) list[Sample]

Return list of synthesized samples for this voice