Search Results for

    Show / Hide Table of Contents

    Class ElevenLabsQuery

    Inheritance
    object
    ElevenLabsQuery
    Implements
    IQuery
    IRequestParameterProvider
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
    Syntax
    public sealed class ElevenLabsQuery : IQuery, IRequestParameterProvider

    Properties

    | Edit this page View Source

    Accent

    Optional. Accent used for filtering

    Declaration
    public string Accent { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Age

    Optional. Accent used for filtering

    Declaration
    public VoiceAge? Age { get; set; }
    Property Value
    Type Description
    VoiceAge?
    | Edit this page View Source

    Category

    Optional. Category of the voice to filter by. One of: 'premade', 'cloned', 'generated', 'professional'.

    Declaration
    public VoiceCategory? Category { get; set; }
    Property Value
    Type Description
    VoiceCategory?
    | Edit this page View Source

    CollectionId

    Optional. Collection ID to filter voices by.

    Declaration
    public string CollectionId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Featured

    Optional. Filter featured voices Defaults to false

    Declaration
    public bool? Featured { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    FineTuningState

    Optional. State of the voice???fine tuning to filter by. One of: 'draft', 'not_verified', 'not_started', 'queued', 'fine_tuning', 'fine_tuned', 'failed', 'delayed'.

    Declaration
    public string FineTuningState { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Gender

    Optional. Gender used for filtering

    Declaration
    public VoiceGender? Gender { get; set; }
    Property Value
    Type Description
    VoiceGender?
    | Edit this page View Source

    IncludeTotalCount

    Optional. Whether to include the total count of voices found in the response. Defaults to true. May incur performance cost.

    Declaration
    public bool? IncludeTotalCount { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Language

    Optional. Language used for filtering

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

    Locale

    Optional. Locale used for filtering

    Declaration
    public string Locale { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    MinimumNoticePeriod

    Optional. Filter voices with a minimum notice period of the given number of days.

    Declaration
    public int? MinimumNoticePeriod { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    NextPageToken

    Optional. The next page token to use for pagination. Returned from the previous request.

    Declaration
    public string NextPageToken { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OwnerId

    Optional. Filter voices by public owner ID

    Declaration
    public string OwnerId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Page

    Optional. Defaults to 0

    Declaration
    public int? Page { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    PageSize

    Declaration
    public int? PageSize { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    ReaderAppEnabled

    Optional. Filter voices that are enabled for the reader app Defaults to false

    Declaration
    public bool? ReaderAppEnabled { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Search

    Optional. Search term to filter voices by. Searches in name, description, labels, and category.

    Declaration
    public string Search { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SearchTerm

    Optional. Search term used for filtering

    Declaration
    public string SearchTerm { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Sort

    Optional. Which field to sort by. One of: 'created_at_unix', 'name'.

    Declaration
    public string Sort { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SortDirection

    Optional. Which direction to sort the voices in. 'asc' or 'desc'.

    Declaration
    public SortDirection? SortDirection { get; set; }
    Property Value
    Type Description
    SortDirection?
    | Edit this page View Source

    Type

    Optional. Use-case used for filtering

    Declaration
    public VoiceStyle? Type { get; set; }
    Property Value
    Type Description
    VoiceStyle?
    | Edit this page View Source

    VoiceType

    Optional. Type of the voice to filter by. One of: 'personal', 'community', 'default', 'workspace'.

    Declaration
    public string VoiceType { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    GetRequestParameters()

    Declaration
    public IEnumerable<RequestParameter> GetRequestParameters()
    Returns
    Type Description
    IEnumerable<RequestParameter>

    Implements

    IQuery
    IRequestParameterProvider

    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)
    ResponseCastingExtensions.ToParams(IRequestParameterProvider)
    ResponseCastingExtensions.ToParams(IRequestParameterProvider, params RequestParameter[])
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation