AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class SegmentedJsonFormat

    Inheritance
    object
    ElevenLabsFormat
    SegmentedJsonFormat
    Inherited Members
    ElevenLabsFormat.Format
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: .dll
    Syntax
    public class SegmentedJsonFormat : ElevenLabsFormat

    Properties

    MaxSegmentChars

    Declaration
    public int? MaxSegmentChars { get; set; }
    Property Value
    Type Description
    int?

    MaxSegmentDurationS

    Declaration
    public double? MaxSegmentDurationS { get; set; }
    Property Value
    Type Description
    double?

    SegmentOnSilenceLongerThanS

    Declaration
    public double? SegmentOnSilenceLongerThanS { get; set; }
    Property Value
    Type Description
    double?
    In this article
    Back to top Generated by DocFX