Class Section
Inherited Members
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class Section
Properties
| Edit this page View SourceDurationMs
Required. The duration of the section in milliseconds. Must be between 3000ms and 120000ms.
Declaration
[JsonProperty("duration_ms")]
public int DurationMs { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Lines
Required. The lyrics of the section. Max 200 characters per line.
Declaration
[JsonProperty("lines")]
public List<string> Lines { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
NegativeLocalStyles
Required. The styles and musical directions that should not be present in this section. Use English language for best result.
Declaration
[JsonProperty("negative_local_styles")]
public List<string> NegativeLocalStyles { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
PositiveLocalStyles
Required. The styles and musical directions that should be present in this section. Use English language for best result.
Declaration
[JsonProperty("positive_local_styles")]
public List<string> PositiveLocalStyles { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
SectionName
Required. The name of the section. Must be between 1 and 100 characters.
Declaration
[JsonProperty("section_name")]
public string SectionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceFrom
Optional. Optional source to extract the section from. Used for inpainting. Only available to enterprise clients with access to the inpainting API.
Declaration
[JsonProperty("source_from")]
public SourceFrom SourceFrom { get; set; }
Property Value
| Type | Description |
|---|---|
| SourceFrom |