Search Results for

    Show / Hide Table of Contents

    Class Section

    Inheritance
    object
    Section
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
    Syntax
    public class Section

    Properties

    | Edit this page View Source

    DurationMs

    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
    | Edit this page View Source

    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>
    | Edit this page View Source

    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>
    | Edit this page View Source

    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>
    | Edit this page View Source

    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
    | Edit this page View Source

    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

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation