Class CompositionPlan
Inherited Members
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class CompositionPlan
Properties
| Edit this page View SourceNegativeGlobalStyles
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> |
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> |
Sections
Required. The sections of the song.
Declaration
[JsonProperty("sections")]
public List<Section> Sections { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Section> |