Class SourceFrom
Inherited Members
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class SourceFrom
Properties
| Edit this page View SourceNegativeRanges
Optional. The ranges to exclude from the 'range'.
Declaration
[JsonProperty("negative_ranges")]
public List<NegativeRange> NegativeRanges { get; set; }
Property Value
| Type | Description |
|---|---|
| List<NegativeRange> |
Range
Required. The range to extract from the source song.
Declaration
[JsonProperty("range")]
public Range Range { get; set; }
Property Value
| Type | Description |
|---|---|
| Range |
SongId
Required. The ID of the song to source the section from. You can find the song ID in the response headers when you generate a song.
Declaration
[JsonProperty("song_id")]
public string SongId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |