Class DetailedMusicResponse
Inherited Members
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class DetailedMusicResponse
Properties
| Edit this page View SourceAudio
Binary audio data.
Declaration
[JsonProperty("audio")]
public byte[] Audio { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |
CompositionPlan
Optional. A detailed composition plan to guide music generation. Cannot be used in conjunction with prompt.
Declaration
[JsonProperty("composition_plan")]
public CompositionPlan CompositionPlan { get; set; }
Property Value
| Type | Description |
|---|---|
| CompositionPlan |
SongMetadata
Optional. Metadata about the song.
Declaration
[JsonProperty("song_metadata")]
public SongMetadata SongMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| SongMetadata |