Search Results for

    Show / Hide Table of Contents

    Class CompositionPlan

    Inheritance
    object
    CompositionPlan
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
    Syntax
    public class CompositionPlan

    Properties

    | Edit this page View Source

    NegativeGlobalStyles

    Required. The styles and musical directions that should not be present in the entire song. Use English language for best result.

    Declaration
    [JsonProperty("negative_global_styles")]
    public List<string> NegativeGlobalStyles { get; set; }
    Property Value
    Type Description
    List<string>
    | Edit this page View Source

    PositiveGlobalStyles

    Required. The styles and musical directions that should be present in the entire song. Use English language for best result.

    Declaration
    [JsonProperty("positive_global_styles")]
    public List<string> PositiveGlobalStyles { get; set; }
    Property Value
    Type Description
    List<string>
    | Edit this page View Source

    Sections

    Required. The sections of the song.

    Declaration
    [JsonProperty("sections")]
    public List<Section> Sections { get; set; }
    Property Value
    Type Description
    List<Section>

    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