Class VoiceLanguage
Represents a verified language for a voice, including language, model, accent, and preview details.
Inheritance
object
VoiceLanguage
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: .dll
Syntax
public class VoiceLanguage
Properties
Accent
Optional. The accent of the voice (e.g., "British", "American").
Declaration
public string Accent { get; set; }
Property Value
Type | Description |
---|---|
string |
Language
The primary language code (e.g., "en", "ko").
Declaration
public SystemLanguage Language { get; set; }
Property Value
Type | Description |
---|---|
SystemLanguage |
Locale
Optional. The locale code of the voice (e.g., "en-US", "ko-KR").
Declaration
public string Locale { get; set; }
Property Value
Type | Description |
---|---|
string |
ModelId
The ID of the AI model associated with this language.
Declaration
public string ModelId { get; set; }
Property Value
Type | Description |
---|---|
string |
PreviewUrl
Optional. A preview URL that demonstrates this voice in the specified language.
Declaration
public string PreviewUrl { get; set; }
Property Value
Type | Description |
---|---|
string |