Class ElevenLabsMusicOptions
ElevenLabs-specific options for music generation requests.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class ElevenLabsMusicOptions : ElevenLabsAudioOptions, IAudioRequestOptions, IProviderRequestOptions
Properties
| Edit this page View SourceCompositionPlan
ElevenLabs composition plan for guiding song structure and style.
Declaration
public CompositionPlan CompositionPlan { get; set; }
Property Value
| Type | Description |
|---|---|
| CompositionPlan |
StoreForEditing
Whether to store generated music on provider servers for editing workflows.
Declaration
public bool StoreForEditing { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
VocalType
Whether generated music should contain vocals or be instrumental.
Declaration
public ElevenLabsTypes.MusicVocalType VocalType { get; set; }
Property Value
| Type | Description |
|---|---|
| ElevenLabsTypes.MusicVocalType |