Search Results for

    Show / Hide Table of Contents

    Class VoiceService

    Inheritance
    object
    CrudServiceBase<ElevenLabsClient>
    VoiceService
    Implements
    ICrudService
    Inherited Members
    CrudServiceBase<ElevenLabsClient>.client
    CrudServiceBase<ElevenLabsClient>.ApiKey
    CrudServiceBase<ElevenLabsClient>.GetUrl(params string[])
    CrudServiceBase<ElevenLabsClient>.GetChildUrl(string, params string[])
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.ElevenLabs.Services
    Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
    Syntax
    public class VoiceService : CrudServiceBase<ElevenLabsClient>, ICrudService

    Constructors

    | Edit this page View Source

    VoiceService(ElevenLabsClient)

    Declaration
    public VoiceService(ElevenLabsClient client)
    Parameters
    Type Name Description
    ElevenLabsClient client

    Methods

    | Edit this page View Source

    ListAsync(ElevenLabsQuery, RequestOptions)

    Declaration
    public UniTask<Queried<ElevenLabsVoiceInfo>> ListAsync(ElevenLabsQuery query = null, RequestOptions options = null)
    Parameters
    Type Name Description
    ElevenLabsQuery query
    RequestOptions options
    Returns
    Type Description
    UniTask<Queried<ElevenLabsVoiceInfo>>

    Implements

    ICrudService

    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