AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ElevenLabsQuery

    Inheritance
    object
    Query
    ElevenLabsQuery
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: .dll
    Syntax
    public class ElevenLabsQuery : Query

    Constructors

    ElevenLabsQuery(int, int)

    Declaration
    public ElevenLabsQuery(int page, int pageSize)
    Parameters
    Type Name Description
    int page
    int pageSize

    Properties

    Accent

    Optional. Accent used for filtering

    Declaration
    [QueryParameterAttribute]
    public string Accent { get; set; }
    Property Value
    Type Description
    string

    Age

    Optional. Accent used for filtering

    Declaration
    [QueryParameterAttribute]
    public VoiceAge? Age { get; set; }
    Property Value
    Type Description
    VoiceAge?

    Category

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

    Declaration
    [QueryParameterAttribute]
    public VoiceCategory? Category { get; set; }
    Property Value
    Type Description
    VoiceCategory?

    CollectionId

    Optional. Collection ID to filter voices by.

    Declaration
    [QueryParameterAttribute]
    public string CollectionId { get; set; }
    Property Value
    Type Description
    string

    Featured

    Optional. Filter featured voices Defaults to false

    Declaration
    [QueryParameterAttribute]
    public bool? Featured { get; set; }
    Property Value
    Type Description
    bool?

    FineTuningState

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

    Declaration
    [QueryParameterAttribute]
    public string FineTuningState { get; set; }
    Property Value
    Type Description
    string

    Gender

    Optional. Gender used for filtering

    Declaration
    [QueryParameterAttribute]
    public VoiceGender? Gender { get; set; }
    Property Value
    Type Description
    VoiceGender?

    IncludeTotalCount

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

    Declaration
    [QueryParameterAttribute]
    public bool? IncludeTotalCount { get; set; }
    Property Value
    Type Description
    bool?

    Language

    Optional. Language used for filtering

    Declaration
    [QueryParameterAttribute]
    public SystemLanguage? Language { get; set; }
    Property Value
    Type Description
    SystemLanguage?

    Locale

    Optional. Locale used for filtering

    Declaration
    [QueryParameterAttribute]
    public string Locale { get; set; }
    Property Value
    Type Description
    string

    MinimumNoticePeriod

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

    Declaration
    [QueryParameterAttribute]
    public int? MinimumNoticePeriod { get; set; }
    Property Value
    Type Description
    int?

    NextPageToken

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

    Declaration
    [QueryParameterAttribute]
    public string NextPageToken { get; set; }
    Property Value
    Type Description
    string

    OwnerId

    Optional. Filter voices by public owner ID

    Declaration
    [QueryParameterAttribute]
    public string OwnerId { get; set; }
    Property Value
    Type Description
    string

    Page

    Optional. Defaults to 0

    Declaration
    [QueryParameterAttribute]
    public int? Page { get; set; }
    Property Value
    Type Description
    int?

    ReaderAppEnabled

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

    Declaration
    [QueryParameterAttribute]
    public bool? ReaderAppEnabled { get; set; }
    Property Value
    Type Description
    bool?

    Search

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

    Declaration
    [QueryParameterAttribute]
    public string Search { get; set; }
    Property Value
    Type Description
    string

    SearchTerm

    Optional. Search term used for filtering

    Declaration
    [QueryParameterAttribute]
    public string SearchTerm { get; set; }
    Property Value
    Type Description
    string

    Sort

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

    Declaration
    [QueryParameterAttribute]
    public string Sort { get; set; }
    Property Value
    Type Description
    string

    SortDirection

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

    Declaration
    [QueryParameterAttribute]
    public SortDirection? SortDirection { get; set; }
    Property Value
    Type Description
    SortDirection?

    Type

    Optional. Use-case used for filtering

    Declaration
    [QueryParameterAttribute]
    public VoiceType? Type { get; set; }
    Property Value
    Type Description
    VoiceType?

    VoiceType

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

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

    Extension Methods

    RequestExtensions.ExecuteAsync(ElevenLabsQuery)
    In this article
    Back to top Generated by DocFX