Search Results for

    Show / Hide Table of Contents

    Class VoiceLanguage

    Represents a verified language for a voice, including language, model, accent, and preview details.

    Inheritance
    object
    VoiceLanguage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
    Syntax
    public class VoiceLanguage

    Properties

    | Edit this page View Source

    Accent

    Optional. The accent of the voice (e.g., "British", "American").

    Declaration
    [JsonProperty("accent")]
    public string Accent { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Language

    The primary language code (e.g., "en", "ko").

    Declaration
    [JsonIgnore]
    public SystemLanguage Language { get; set; }
    Property Value
    Type Description
    SystemLanguage
    | Edit this page View Source

    Locale

    Optional. The locale code of the voice (e.g., "en-US", "ko-KR").

    Declaration
    [JsonProperty("locale")]
    public string Locale { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ModelId

    The ID of the AI model associated with this language.

    Declaration
    [JsonProperty("model_id")]
    public string ModelId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PreviewUrl

    Optional. A preview URL that demonstrates this voice in the specified language.

    Declaration
    [JsonProperty("preview_url")]
    public string PreviewUrl { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation