AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class VoiceLibraryService

    Inheritance
    object
    CRUDServiceBase<ElevenLabs>
    VoiceLibraryService
    Inherited Members
    CRUDServiceBase<ElevenLabs>.client
    CRUDServiceBase<ElevenLabs>.IsBetaService
    CRUDServiceBase<ElevenLabs>.CustomApiKey
    CRUDServiceBase<ElevenLabs>.CustomBetaHeaders
    Namespace: Glitch9.AIDevKit.ElevenLabs.Services
    Assembly: .dll
    Syntax
    public class VoiceLibraryService : CRUDServiceBase<ElevenLabs>

    Constructors

    VoiceLibraryService(ElevenLabs)

    Declaration
    public VoiceLibraryService(ElevenLabs client)
    Parameters
    Type Name Description
    ElevenLabs client

    Methods

    ListAsync(ElevenLabsQuery, RESTRequestOptions)

    Declaration
    public UniTask<RESTQueryResponse<ElevenLabsSharedVoiceData>> ListAsync(ElevenLabsQuery query = null, RESTRequestOptions options = null)
    Parameters
    Type Name Description
    ElevenLabsQuery query
    RESTRequestOptions options
    Returns
    Type Description
    UniTask<RESTQueryResponse<ElevenLabsSharedVoiceData>>
    In this article
    Back to top Generated by DocFX