Model¶
- class Model(modelData, linkedUser: User)¶
Represents a TTS/Voice Conversion model, as accessible by a user.
- property metadata¶
The full metadata associated with the sample.
- property maxCharacters¶
The maximum number of characters the user can send in one request.
- property costFactor¶
The cost factor (how many characters each character requested subtracts).
- property supportedLanguages¶
Returns: List of dicts, where each dict has a language_id and a name field.