Search Results for

    Show / Hide Table of Contents

    Class ElevenLabsMusicOptions

    ElevenLabs-specific options for music generation requests.

    Inheritance
    object
    ElevenLabsAudioOptions
    ElevenLabsMusicOptions
    Implements
    IAudioRequestOptions
    IProviderRequestOptions
    Inherited Members
    ElevenLabsAudioOptions.OutputFormat
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
    Syntax
    public class ElevenLabsMusicOptions : ElevenLabsAudioOptions, IAudioRequestOptions, IProviderRequestOptions

    Properties

    | Edit this page View Source

    CompositionPlan

    ElevenLabs composition plan for guiding song structure and style.

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

    StoreForEditing

    Whether to store generated music on provider servers for editing workflows.

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

    VocalType

    Whether generated music should contain vocals or be instrumental.

    Declaration
    public ElevenLabsTypes.MusicVocalType VocalType { get; set; }
    Property Value
    Type Description
    ElevenLabsTypes.MusicVocalType

    Implements

    IAudioRequestOptions
    IProviderRequestOptions

    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