AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class UserService

    Inheritance
    object
    CRUDServiceBase<ElevenLabs>
    UserService
    Namespace: Glitch9.AIDevKit.ElevenLabs.Services
    Assembly: .dll
    Syntax
    public class UserService : CRUDServiceBase<ElevenLabs>

    Constructors

    UserService(ElevenLabs)

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

    Methods

    GetAsync(RequestOptions)

    Converts a text prompt into a sound effect.

    Declaration
    public UniTask<UserSubscription> GetAsync(RequestOptions options = null)
    Parameters
    Type Name Description
    RequestOptions options
    Returns
    Type Description
    UniTask<UserSubscription>
    In this article
    Back to top Generated by DocFX